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

index.js « edit « groups « admin « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4df1cf8274e7c4ec5c8a4ad5bad3ec30ed67a8c (plain)
1
2
3
4
5
import initFilePickers from '~/file_pickers';
import { initGroupNameAndPath } from '~/groups/create_edit_form';

initFilePickers();
initGroupNameAndPath();