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: 736add8dca3882700d3e73bfd46cfaad5606c8d8 (plain)
1
2
3
4
5
6
import $ from 'jquery';
import docs from '~/docs/docs_bundle';
import VersionCheckImage from '~/version_check_image';

docs();
VersionCheckImage.bindErrorEvent($('img.js-version-status-badge'));