Commit 2111cd7d authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'jnnkl-remove-eventlistener-admin-services' into 'master'

Remove obsolete DOMContentLoadedEventListener

See merge request gitlab-org/gitlab!56535
parents f7f6da40 ea55633f
import PersistentUserCallout from '~/persistent_user_callout'; import PersistentUserCallout from '~/persistent_user_callout';
document.addEventListener('DOMContentLoaded', () => { const callout = document.querySelector('.js-service-templates-deprecated');
const callout = document.querySelector('.js-service-templates-deprecated'); PersistentUserCallout.factory(callout);
PersistentUserCallout.factory(callout);
});
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