mirror of
https://github.com/unraid/webgui.git
synced 2026-03-10 04:49:14 -05:00
Updated spinner logic
This commit is contained in:
@@ -623,7 +623,7 @@ $('.back_to_top').click(function(event) {
|
||||
});
|
||||
$(function() {
|
||||
$('div.spinner.fixed').html(unraid_logo);
|
||||
setTimeout(function(){$('div.spinner').not('.fixed').each(function(){$(this).html(unraid_logo);});},150); // display animation if page loading takes longer than 150ms
|
||||
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();});
|
||||
<?if ($var['regTy']=='unregistered'):?>
|
||||
$('#licensetype').addClass('orange-text');
|
||||
|
||||
Reference in New Issue
Block a user