Commit 7974e25c authored by Jannik Lehmann's avatar Jannik Lehmann

Remove obsolete DOMContentLoaded Eventlistener from Labels Page

parent 0a62ff7c
...@@ -77,5 +77,4 @@ const initLabelIndex = () => { ...@@ -77,5 +77,4 @@ const initLabelIndex = () => {
}, },
}); });
}; };
initLabelIndex();
document.addEventListener('DOMContentLoaded', initLabelIndex);
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