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

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

document.addEventListener('DOMContentLoaded', () => initForm($('.snippet-form')));