Merge branch 'master' into develop
This commit is contained in:
commit
c18c0fc479
5 changed files with 48 additions and 13 deletions
|
|
@ -175,8 +175,11 @@ function onKeydown (event) {
|
|||
}
|
||||
|
||||
if (code === 27) { // Escape key
|
||||
closePopup("#optionsdialog");
|
||||
closePopup("#helpdialog");
|
||||
if ($('#helpdialog').is(':visible')) {
|
||||
closePopup("#helpdialog");
|
||||
} else {
|
||||
closePopup("#optionsdialog");
|
||||
}
|
||||
}
|
||||
|
||||
if (history_entry !== null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue