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

index.js « show « graphs « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09d9c78c446de4f3929d66e1974a722c8022222d (plain)
1
2
3
import initContributorsGraphs from '~/contributors';

document.addEventListener('DOMContentLoaded', initContributorsGraphs);