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

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