Commit 0f4dfd78 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch...

Merge branch 'remove-DomContenLoaded-EventListener-from-ee/app/assets/javascripts/pages/security/dashboard/settings/index.js' into 'master'

Remove DOMContentLoaded eventlistener

See merge request gitlab-org/gitlab!47517
parents 259451a4 809b2005
import initInstanceSecurityDashboardSettings from 'ee/security_dashboard/instance_dashboard_settings_init';
document.addEventListener('DOMContentLoaded', () => {
initInstanceSecurityDashboardSettings(document.getElementById('js-security'));
});
initInstanceSecurityDashboardSettings(document.getElementById('js-security'));
---
title: Removed DOMContentLoaded Eventlistener from ee/app/assets/javascripts/pages/security/dashboard/settings/index.js
merge_request: 47517
author:
type: changed
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