From 5c55043daab76da3afa04083ebe3ef27cee1c584 Mon Sep 17 00:00:00 2001 From: bergware Date: Sat, 18 Feb 2023 16:47:49 +0100 Subject: [PATCH] Notifications: fixes and enhancements --- plugins/dynamix/NotificationsArchive.page | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/dynamix/NotificationsArchive.page b/plugins/dynamix/NotificationsArchive.page index 8c8f4a4a7..5e2067f6f 100644 --- a/plugins/dynamix/NotificationsArchive.page +++ b/plugins/dynamix/NotificationsArchive.page @@ -53,7 +53,9 @@ function resize(bind) { } function archiveList(init) { + timers.archive = setTimeout(function(){$('div.spinner.fixed').show('slow');},500); $.get('/webGui/include/NotificationsArchive.php',{filter:filter},function(data) { + clearTimeout(timers.archive); data = data.split('\0'); if (data[1]>0) $('#deleteAll').show(); else $('#deleteAll').hide(); if (files != data[1]) { @@ -70,6 +72,7 @@ function archiveList(init) { $('#archive_list .tablesorter-childRow td').hide(); for (var i=0; i - +
_(Time)__(Event)__(Subject)__(Description)__(Importance)_
_(Wait)_