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

index.js « pipelines « commit « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 26dea17ca8aec15b69e0b61ef966ff9b5a7180af (plain)
1
2
3
4
5
6
7
8
import { initCommitBoxInfo } from '~/projects/commit_box/info';
import initPipelines from '~/commit/pipelines/pipelines_bundle';

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

  initPipelines();
});