Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « admin « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3aa793e47b9a62c4871448c1f8a89313f1bb55c0 (plain)
1
2
3
4
5
6
7
import initAdmin from './admin';
import initUserInternalRegexPlaceholder from './application_settings/account_and_limits';

document.addEventListener('DOMContentLoaded', () => {
  initAdmin();
  initUserInternalRegexPlaceholder();
});