Commit 809b2005 authored by Jannik Lehmann's avatar Jannik Lehmann Committed by Kushal Pandya

Remove DOMContentLoaded eventlistener

parent 3d1d57c2
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