gitlab-ce/app/assets/javascripts/pages/admin/application_settings/integrations/index.js

7 lines
238 B
JavaScript

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