Skip to content
Snippets Groups Projects
Commit d739f9b5 authored by Moritz Strohm's avatar Moritz Strohm Committed by Jan-Hendrik Willms
Browse files

made message box close icon focusable again

parent 97dccbcd
No related branches found
No related tags found
No related merge requests found
...@@ -64,8 +64,6 @@ jQuery(document).on('click', '.messagebox .messagebox_buttons a', function () { ...@@ -64,8 +64,6 @@ jQuery(document).on('click', '.messagebox .messagebox_buttons a', function () {
}); });
} }
return false; return false;
}).on('focus', '.messagebox .messagebox_buttons a', function () {
jQuery(this).blur(); // Get rid of the ugly "clicked border" due to the text-indent
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment