mirror of
https://github.com/unraid/webgui.git
synced 2026-01-27 12:09:06 -06:00
Added 'F1' key to toggle help text
This commit is contained in:
@@ -606,6 +606,7 @@ $('.back_to_top').click(function(event) {
|
||||
return false;
|
||||
});
|
||||
$(function() {
|
||||
shortcut.add('F1',function(){HelpButton();});
|
||||
<?if ($var['regTy']=='unregistered'):?>
|
||||
$('#licensetype').addClass('orange-text');
|
||||
<?elseif (!in_array($var['regTy'],['Trial','Basic','Plus','Pro'])):?>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user