From 3276fb23246834d4f2bc8de1d37f19df1d02fd3d Mon Sep 17 00:00:00 2001 From: lLefevre Date: Fri, 29 Jun 2012 07:22:00 +0000 Subject: [PATCH] [-] BO : fix #PSCFV-2961 --- 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 = "";