From f73379d620cd6d64e33c5353ee8bb60dfd5c0daa 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" git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12963 b9a71923-0436-4b27-9f14-aed3839534dd --- 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);