index.js 227 字节
Newer Older
1
import PersistentUserCallout from '~/persistent_user_callout';
2

3
document.addEventListener('DOMContentLoaded', () => {
4
  const callout = document.querySelector('.gcp-signup-offer');
5
  PersistentUserCallout.factory(callout);
6
});