debian-mirror-gitlab/app/assets/javascripts/pages/admin/services/index/index.js
2020-11-24 15:15:51 +05:30

6 lines
242 B
JavaScript

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