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

load.js « sourcegraph « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f9491505d4262dea53a4d0ec232372ef9dd6ade9 (plain)
1
2
3
4
5
6
import initSourcegraph from './index';

/**
 * Load sourcegraph in it's own listener so that it's isolated from failures.
 */
document.addEventListener('DOMContentLoaded', initSourcegraph);