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

index.js « repositories « registry « groups « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52fb839e3fdc04478d76f8cb1a01395e8262d402 (plain)
1
2
3
4
5
6
7
import initRegistryImages from '~/registry/list/index';
import registryExplorer from '~/registry/explorer/index';

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