From 70526f2ebe1d2791211c19e199454423e1d69dcf Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 3 Feb 2012 10:02:51 +0000 Subject: [PATCH] // Admin Product - Ajax query to get tabs, data are now sended as "POST" --- js/admin-products.js | 1 + 1 file changed, 1 insertion(+) 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);