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

index.js « new « issues « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aecc6484b2693cd93460967b486e0c336faae926 (plain)
1
2
3
import initForm from 'ee_else_ce/pages/projects/issues/form';

document.addEventListener('DOMContentLoaded', initForm);