From 7a503450606e8412681f3c3465d9257664deade8 Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Fri, 10 Feb 2012 16:00:34 +0000 Subject: [PATCH] // remove useless post data from product tabs ajax loading git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13231 b9a71923-0436-4b27-9f14-aed3839534dd --- js/admin-products.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/admin-products.js b/js/admin-products.js index 1a367c38f..6f5408858 100644 --- a/js/admin-products.js +++ b/js/admin-products.js @@ -235,7 +235,6 @@ function displayTabProductById(id, selected, index, stack) url : myurl, 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) {