From 59fc3c388fe465bac81e6840b8e7c16e8e66e3f5 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Fri, 29 Jun 2012 07:22:00 +0000 Subject: [PATCH] [-] BO : fix #PSCFV-2961 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16159 b9a71923-0436-4b27-9f14-aed3839534dd --- js/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/notifications.js b/js/notifications.js index c0fbb96d9..543f28623 100644 --- a/js/notifications.js +++ b/js/notifications.js @@ -50,7 +50,7 @@ function getPush(refresh) $.post("ajax.php",{"getNotifications" : "1"}, function(data) { if (data) { - json = jQuery.parseJSON(data); + var json = jQuery.parseJSON(data); // Add orders notifications to the list html = "";