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: 88f40b5278e3b708a843b18f9d0a3b9bdf969db4 (plain)
1
2
3
import initMilestonesShow from '~/pages/milestones/shared/init_milestones_show';

document.addEventListener('DOMContentLoaded', initMilestonesShow);