// Admin Product - Ajax query to get tabs, data are now sended as "POST"
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12963 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -236,6 +236,7 @@ function displayTabProductById(id, selected, index, stack)
|
||||
async : true,
|
||||
cache: false, // cache needs to be set to false or IE will cache the page with outdated product values
|
||||
data: post_data,
|
||||
type: 'POST',
|
||||
success : function(data)
|
||||
{
|
||||
tab_selector.html(data);
|
||||
|
||||
Reference in New Issue
Block a user