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: bf670e8576f894d5784476ce21f303afb2dcda3c (plain)
1
2
3
4
import { initDeleteLabelModal, initLabels } from '~/labels';

initLabels();
initDeleteLabelModal();