From 00d8645be589b23fc2fc35a553af9e6e7a8fb9bf Mon Sep 17 00:00:00 2001 From: vChabot Date: Fri, 9 Mar 2012 15:36:55 +0000 Subject: [PATCH] [-] 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 --- js/admin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/admin.js b/js/admin.js index e5aa3b790..54c23b30d 100644 --- a/js/admin.js +++ b/js/admin.js @@ -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) {