diff options
Diffstat (limited to 'ui/static/js/app.js')
-rw-r--r-- | ui/static/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/static/js/app.js b/ui/static/js/app.js index 308a22b7..e75c2ddf 100644 --- a/ui/static/js/app.js +++ b/ui/static/js/app.js @@ -94,7 +94,7 @@ function setFocusToSearchInput(event) { function showKeyboardShortcuts() { let template = document.getElementById("keyboard-shortcuts"); if (template !== null) { - ModalHandler.open(template.content); + ModalHandler.open(template.content, "dialog-title"); } } |