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

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

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