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: 2e61eedd1854ca7cfcb382dfdde3d7a14ef7874c (plain)
1
2
3
4
5
6
import PersistentUserCallout from '~/persistent_user_callout';

document.addEventListener('DOMContentLoaded', () => {
  const callout = document.querySelector('.js-admin-integrations-moved');
  PersistentUserCallout.factory(callout);
});