summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/admin/services/index/index.js
blob: b2dfbb5a9fc2ba06f433779de8599439c6b9ff29 (plain)
1
2
3
4
5
6
import PersistentUserCallout from '~/persistent_user_callout';

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