// fix product page loaded with ajax in BO cached with IE when they should not

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12168 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-01-05 09:33:49 +00:00
parent 5a20f8f048
commit 227fa72e84
+1
View File
@@ -235,6 +235,7 @@ function displayTabProductById(id, selected, index, stack)
$.ajax({
url : myurl,
async : true,
cache: false, // cache needs to be set to false or IE will cache the page with outdated product values
success : function(data)
{
$("#product-tab-content-"+id).html(data);