// remove useless post data from product tabs ajax loading

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13231 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-02-10 16:00:34 +00:00
parent d056b16654
commit 7a50345060
-1
View File
@@ -235,7 +235,6 @@ function displayTabProductById(id, selected, index, stack)
url : myurl,
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)
{