// fix product page loaded with ajax in BO cached with IE when they should not
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user