mirror of
https://github.com/unraid/webgui.git
synced 2026-04-26 12:20:42 -05:00
Syslog: added viewer
This commit is contained in:
@@ -41,7 +41,7 @@ function cleanUp(file) {
|
||||
$('input[value="Downloading..."]').val('Download').prop('disabled',false);
|
||||
$.post('/webGui/include/Download.php',{cmd:'delete',file:file});
|
||||
} else {
|
||||
setTimeout(function(){cleanUp(file);},4000);
|
||||
setTimeout(function(){cleanUp(file);},2000);
|
||||
}
|
||||
}
|
||||
function syslog(file) {
|
||||
|
||||
Reference in New Issue
Block a user