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: f25547f9982ee72790bd1012aac98bc1ea65047a (plain)
1
2
3
4
5
6
7
8
import initSearchSettings from '~/search_settings';
import initWebhookForm, { initHookTestDropdowns } from '~/webhooks';
import { initPushEventsEditForm } from '~/webhooks/webhook';

initSearchSettings();
initWebhookForm();
initPushEventsEditForm();
initHookTestDropdowns();