// remove useless post data from product tabs ajax loading

This commit is contained in:
tDidierjean
2012-02-10 16:00:34 +00:00
parent 84f282bf7b
commit a0a5a6761b
-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)
{