rename notify => notification once more :-)

This commit is contained in:
nupplaPhil 2020-01-24 19:08:03 +01:00
parent b229939c3d
commit 0458b9c2df
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
8 changed files with 16 additions and 16 deletions

View file

@ -948,7 +948,7 @@ function checkboxhighlight(box) {
}
}
function notifyMarkAll() {
function notificationMarkAll() {
$.get('notification/mark/all', function(data) {
if (timer) {
clearTimeout(timer);