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

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

export default () => VersionCheckImage.bindErrorEvent($('img.js-version-status-badge'));