// 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
This commit is contained in:
mDeflotte
2012-02-03 10:02:51 +00:00
parent 14c318bead
commit f73379d620

View File

@@ -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);