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

index.js « index « 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: 4d5106f6d5f97791fbe35adcc9cd40772bf453b4 (plain)
1
2
3
import initEnvironments from '~/environments/';

document.addEventListener('DOMContentLoaded', initEnvironments);