From a0a5a6761bc6537aff0d3b5b09893abb78a2ec82 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 --- 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) {