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

index.js « show « groups « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 53bceb3a6f0ed4a6caf5f8bc561966b20573716d (plain)
1
2
3
4
5
6
7
8
9
import leaveByUrl from '~/namespaces/leave_by_url';
import { initGroupOverviewTabs } from '~/groups/init_overview_tabs';
import initReadMore from '~/read_more';
import initGroupDetails from '../shared/group_details';

leaveByUrl('group');
initGroupDetails();
initGroupOverviewTabs();
initReadMore();