Skip to content
Snippets Groups Projects
Commit b1df2e8c authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

remove autofocus polyfill, fixes #1784

Closes #1784

Merge request studip/studip!1168
parent a9096228
No related branches found
No related tags found
No related merge requests found
......@@ -79,11 +79,6 @@ STUDIP.domReady(function () {
STUDIP.study_area_selection.initialize();
// autofocus for all browsers
if (!("autofocus" in document.createElement("input"))) {
jQuery('[autofocus]').first().focus();
}
if (document.createElement('textarea').style.resize === undefined) {
jQuery('textarea.resizable').resizable({
handles: 's',
......
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