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

index.js « show « milestones « groups « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f2ab5d7837479ba31a4591f63e179177f7740216 (plain)
1
2
3
4
import { initDeleteMilestoneModal, initShow } from '~/milestones';

initShow();
initDeleteMilestoneModal();