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

index.js « show « milestones « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84a5242159805a4250ddebfa2f14737608298f7c (plain)
1
2
3
4
5
6
7
import initMilestonesShow from '~/pages/milestones/shared/init_milestones_show';
import milestones from '~/pages/milestones/shared';

document.addEventListener('DOMContentLoaded', () => {
  initMilestonesShow();
  milestones();
});