2018-05-09 12:01:36 +05:30
|
|
|
import $ from 'jquery';
|
2018-03-27 19:54:05 +05:30
|
|
|
import docs from '~/docs/docs_bundle';
|
2021-03-11 19:13:27 +05:30
|
|
|
import VersionCheckImage from '~/version_check_image';
|
2018-03-27 19:54:05 +05:30
|
|
|
|
2021-10-27 15:23:28 +05:30
|
|
|
docs();
|
|
|
|
VersionCheckImage.bindErrorEvent($('img.js-version-status-badge'));
|