mirror of
https://github.com/unraid/webgui.git
synced 2026-01-14 21:50:24 -06:00
Nchan session check
This commit is contained in:
@@ -669,6 +669,7 @@ $('.back_to_top').click(function(event) {
|
||||
});
|
||||
$(function() {
|
||||
watchdog.start();
|
||||
session_check.start();
|
||||
$('div.spinner.fixed').html(unraid_logo);
|
||||
setTimeout(function(){$('div.spinner').not('.fixed').each(function(){$(this).html(unraid_logo);});},500); // display animation if page loading takes longer than 0.5s
|
||||
shortcut.add('F1',function(){HelpButton();});
|
||||
|
||||
Reference in New Issue
Block a user