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

index.js « show « integrations « settings « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 01ad87160c552c369aaa4229b623e98394fbd06b (plain)
1
2
3
4
5
6
7
import initIntegrationsList from '~/integrations/index';
import PersistentUserCallout from '~/persistent_user_callout';

const callout = document.querySelector('.js-webhooks-moved-alert');
PersistentUserCallout.factory(callout);

initIntegrationsList();