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

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

const callout = document.querySelector('.js-service-templates-deprecated');
PersistentUserCallout.factory(callout);