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

index.js « index « groups « dashboard « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9277106a71a646353d58f60194df93a821f10ac (plain)
1
2
3
4
5
import initGroupsList from '~/groups';

document.addEventListener('DOMContentLoaded', () => {
  initGroupsList();
});