diff --git a/plugins/dynamix/include/DefaultPageLayout.php b/plugins/dynamix/include/DefaultPageLayout.php index bf33641bb..d8c16ca28 100644 --- a/plugins/dynamix/include/DefaultPageLayout.php +++ b/plugins/dynamix/include/DefaultPageLayout.php @@ -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();});