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

index.js « index « labels « groups « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6e45de2a724e103d9ed01124f7fefce9996e514a (plain)
1
2
3
import initLabels from '~/init_labels';

document.addEventListener('DOMContentLoaded', initLabels);