debian-mirror-gitlab/app/assets/javascripts/pages/groups/clusters/index/index.js

7 lines
227 B
JavaScript
Raw Normal View History

2019-02-15 15:39:39 +05:30
import PersistentUserCallout from '~/persistent_user_callout';
document.addEventListener('DOMContentLoaded', () => {
const callout = document.querySelector('.gcp-signup-offer');
2019-05-18 00:54:41 +05:30
PersistentUserCallout.factory(callout);
2019-02-15 15:39:39 +05:30
});