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

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