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

index.js « show « jobs « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3626f3ffec669c8cc617d6147e3d5a5f87e2f2df (plain)
1
2
3
import initJobDetails from '~/jobs/job_details_bundle';

document.addEventListener('DOMContentLoaded', initJobDetails);