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

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

document.addEventListener('DOMContentLoaded', initBlob);