Nchan session check

This commit is contained in:
bergware
2021-06-03 01:41:02 +02:00
parent ad931792d8
commit 47fbcfe013

View File

@@ -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();});