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

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

document.addEventListener('DOMContentLoaded', initGitLabImportProject);