JS linting

This commit is contained in:
Oliver Walters 2022-04-19 20:47:37 +10:00
parent 5fe2fb615b
commit db897d5dce

View File

@ -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');
} }
} }
); );