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

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

document.addEventListener('DOMContentLoaded', initHelp);