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: 95c2c7cd7d054af0761bca93729af7e48f5e565d (plain)
1
2
3
4
5
import initDeleteLabelModal from '~/delete_label_modal';
import initLabels from '~/init_labels';

initLabels();
initDeleteLabelModal();