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

index.js « index « clusters « groups « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b71517f01746049354da1a1fa3b0e52e71b05c3 (plain)
1
2
3
4
5
6
import PersistentUserCallout from '~/persistent_user_callout';
import initClustersListApp from '~/clusters_list';

const callout = document.querySelector('.gcp-signup-offer');
PersistentUserCallout.factory(callout);
initClustersListApp();