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

index.js « index « help « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 05c81fc618b533f14ec5c084e1ce0748bd2b5b10 (plain)
1
2
3
4
5
6
7
import VersionCheckImage from '~/version_check_image';
import docs from '~/docs/docs_bundle';

document.addEventListener('DOMContentLoaded', () => {
  docs();
  VersionCheckImage.bindErrorEvent($('img.js-version-status-badge'));
});