Commit 6c95d19f authored by Jannik Lehmann's avatar Jannik Lehmann Committed by David O'Regan

Remove obsolete DOMContentLoadedEventListener

parent 46a15e73
import initMergeRequest from '~/pages/projects/merge_requests/init_merge_request';
import initCheckFormState from './check_form_state';
document.addEventListener('DOMContentLoaded', () => {
initMergeRequest();
initCheckFormState();
});
initMergeRequest();
initCheckFormState();
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