Commit adef0581 authored by Jannik Lehmann's avatar Jannik Lehmann

Remove obsolete DOMContentLoadedEventListener

parent be7b38c4
...@@ -45,7 +45,5 @@ export default class UserInternalRegexHandler { ...@@ -45,7 +45,5 @@ export default class UserInternalRegexHandler {
} }
} }
document.addEventListener('DOMContentLoaded', () => { // eslint-disable-next-line
// eslint-disable-next-line new UserInternalRegexHandler();
new UserInternalRegexHandler();
});
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment