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: 10e3e28f024d0e7e56fe15725345dceecd1ba2ec (plain)
1
2
3
import initShowEnvironment from '~/environments/mount_show';

document.addEventListener('DOMContentLoaded', () => initShowEnvironment());