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

index.js « new « blob « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 189053f3ed7dc779fc5956d1a7594e11009a72f3 (plain)
1
2
3
import initBlobBundle from '~/blob_edit/blob_bundle';

document.addEventListener('DOMContentLoaded', initBlobBundle);