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

made message box close icon focusable again

parent 8606231d
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 () {
});
}
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.
Finish editing this message first!
Please register or to comment