[-] 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:
+1
-1
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user