forked from DGNum/gestioCOF
commit
76f6f23256
1 changed files with 2 additions and 1 deletions
|
@ -1240,9 +1240,10 @@ $(document).ready(function() {
|
|||
case 72:
|
||||
if (e.ctrlKey) {
|
||||
// Ctrl+H - Display help
|
||||
e.preventDefault();
|
||||
$('.help').show('fast');
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
case 112:
|
||||
// F1 - Cool reset
|
||||
coolReset();
|
||||
|
|
Loading…
Reference in a new issue