Commit 444b1ba2 authored by Illya Klymov's avatar Illya Klymov

Merge branch 'jnnkl-remove-eventlistener-show-index' into 'master'

Remove obsolete DOMContentLoadedEventListener

See merge request gitlab-org/gitlab!55624
parents 95a1c067 9321e778
import { initSearchApp } from '~/search';
document.addEventListener('DOMContentLoaded', () => {
initSearchApp();
});
initSearchApp();
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