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

index.js « edit « 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: ffc84dc106b2116a92e7a1ad71a95fe7e2c1c791 (plain)
1
2
3
import initForm from '../form';

document.addEventListener('DOMContentLoaded', initForm);