Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « index « clusters « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 845a5f7042c82b5b876d3eef001d5fb397d90d1d (plain)
1
2
3
4
5
import initDismissableCallout from '~/dismissable_callout';

document.addEventListener('DOMContentLoaded', () => {
  initDismissableCallout('.gcp-signup-offer');
});