mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 20:32:12 +00:00
JS linting
This commit is contained in:
@@ -173,7 +173,7 @@ function notificationCheck(force = false) {
|
|||||||
updateNotificationIndicator(response.length);
|
updateNotificationIndicator(response.length);
|
||||||
},
|
},
|
||||||
error: function(xhr) {
|
error: function(xhr) {
|
||||||
console.warn("Could not access server: /api/notifications");
|
console.warn('Could not access server: /api/notifications');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user