rename notify => notification once more :-)

This commit is contained in:
nupplaPhil
2020-01-24 19:08:03 +01:00
parent b229939c3d
commit 0458b9c2df
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);