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

index.js « new « clusters « groups « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 876bab0b3392476117d59519451bb8266909a626 (plain)
1
2
3
4
5
import initNewCluster from '~/clusters/new_cluster';

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