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

index.js « dev_ops_score « instance_statistics « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1056537f90b00f874c385b40d012da8b66e57f1 (plain)
1
2
3
import UserCallout from '~/user_callout';

document.addEventListener('DOMContentLoaded', () => new UserCallout());