debian-mirror-gitlab/app/assets/javascripts/pages/groups/clusters/index/index.js
2019-05-18 00:54:41 +05:30

6 lines
227 B
JavaScript

import PersistentUserCallout from '~/persistent_user_callout';
document.addEventListener('DOMContentLoaded', () => {
const callout = document.querySelector('.gcp-signup-offer');
PersistentUserCallout.factory(callout);
});