From ef7fce4a9f38b86128a1c4c0f553ba3d1198ef27 Mon Sep 17 00:00:00 2001 From: Jeroen van Baarsen Date: Thu, 9 Jan 2014 17:04:46 +0100 Subject: [PATCH] Fixed modal so it can be closed with ESC * Fixes: #5343 --- app/views/help/_shortcuts.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml index 5f80a456cf7..500e5dc65e1 100644 --- a/app/views/help/_shortcuts.html.haml +++ b/app/views/help/_shortcuts.html.haml @@ -1,4 +1,4 @@ -#modal-shortcuts.modal.hide +#modal-shortcuts.modal.hide{tabindex: -1} .modal-dialog .modal-content .modal-header