diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2021-09-07 09:36:02 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2021-09-09 09:14:12 +0000 |
| commit | 5117c33216d12e3c8fefc8d97dec50e4e4437bee (patch) | |
| tree | 36a832c246245bc33cae45fbe9daa9de92d6b5be /resources/assets/javascripts/bootstrap/application.js | |
| parent | 8606231d946c5e4f910ab2a4b26a9dcd5e932552 (diff) | |
made message box close icon focusable again
Diffstat (limited to 'resources/assets/javascripts/bootstrap/application.js')
| -rw-r--r-- | resources/assets/javascripts/bootstrap/application.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/assets/javascripts/bootstrap/application.js b/resources/assets/javascripts/bootstrap/application.js index c9ac326..d747946 100644 --- a/resources/assets/javascripts/bootstrap/application.js +++ b/resources/assets/javascripts/bootstrap/application.js @@ -64,8 +64,6 @@ jQuery(document).on('click', '.messagebox .messagebox_buttons a', function () { }); } return false; -}).on('focus', '.messagebox .messagebox_buttons a', function () { - jQuery(this).blur(); // Get rid of the ugly "clicked border" due to the text-indent }); |
