[-] BO : BugFix : #PSTEST-1005 : ajax call cache fix in attributes and values

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14019 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-03-09 15:36:55 +00:00
parent 3af9ba3f91
commit 00d8645be5
+1
View File
@@ -1074,6 +1074,7 @@ function display_action_details(row_id, controller, token, action, params) {
url: 'index.php',
data: ajax_params,
dataType: 'json',
cache: false,
context: current_element,
async: false,
success: function(data) {