[-] BO : fix #PSCFV-2961

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16159 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-06-29 07:22:00 +00:00
parent 5b0354f7ce
commit 59fc3c388f
+1 -1
View File
@@ -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 = "";