[-] BO : fix #PSCFV-2961

This commit is contained in:
lLefevre
2012-06-29 07:22:00 +00:00
parent ed6f64ddec
commit 3276fb2324
+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 = "";