diff --git a/js/admin-products.js b/js/admin-products.js index 36ff6356c..1a367c38f 100644 --- a/js/admin-products.js +++ b/js/admin-products.js @@ -236,6 +236,7 @@ function displayTabProductById(id, selected, index, stack) 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) { tab_selector.html(data);