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: 8a32556f06c8125f1c8111f46edd4943f077f300 (plain)
1
2
3
import initAdmin from './admin';

document.addEventListener('DOMContentLoaded', initAdmin());