Added 'F1' key to toggle help text

This commit is contained in:
bergware
2019-10-02 09:52:55 +02:00
parent ff2d92ad5e
commit 86dfc250ff
2 changed files with 4 additions and 1 deletions

View File

@@ -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