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: a4e5df559ff17a58aff079d656c4d56e5fe86384 (plain)
1
2
3
import initFilePickers from '~/file_pickers';

document.addEventListener('DOMContentLoaded', initFilePickers);