Notifications: fixes and enhancements

This commit is contained in:
bergware
2023-02-18 17:13:03 +01:00
parent be2dbed1ca
commit e39d0c57c8
+1 -1
View File
@@ -90,7 +90,7 @@ function askConfirmation() {
confirmButtonText:"_(Proceed)_",
cancelButtonText:"_(Cancel)_"
},
function(){$.post('/webGui/include/DeleteLogFile.php',{log:'*.notify',filter:filter},function(){reloadList();});});
function(){$.post('/webGui/include/DeleteLogFile.php',{log:'*.notify',filter:filter},function(){$('#deleteAll').hide();reloadList();});});
}
function openClose(row) {
var extra = '#archive_list .tablesorter-childRow.row'+row+' td';