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

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

const callout = document.querySelector('.js-admin-integrations-moved');

PersistentUserCallout.factory(callout);

initIntegrationsList();