[-] BO : fix #PSCFV-2961
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