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

index.js « wikis « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c1f9e634ab470bb967c9346659381785ff01363 (plain)
1
2
3
4
5
import { initDiffStatsDropdown } from '~/init_diff_stats_dropdown';
import initWikis from '~/pages/shared/wikis';

initWikis();
initDiffStatsDropdown();