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

index.js « hooks « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed476d25f8b6e5c058c1c21486b02d77c49bbacb (plain)
1
2
3
4
5
import initSearchSettings from '~/search_settings';
import initWebhookForm from '~/webhooks';

initSearchSettings();
initWebhookForm();