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

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

document.addEventListener('DOMContentLoaded', initShowEnvironment);