From 31e2d0dc8e574b1ae7264ceb64a80e650aca1dcf Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Thu, 5 Jan 2012 09:33:49 +0000 Subject: [PATCH] // fix product page loaded with ajax in BO cached with IE when they should not --- js/admin-products.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/admin-products.js b/js/admin-products.js index c8dcdebdf..5ade004eb 100644 --- a/js/admin-products.js +++ b/js/admin-products.js @@ -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);