From 273b802cb9b5ea15a3fb4480728c30e8ada02e74 Mon Sep 17 00:00:00 2001 From: Hui Yiqun Date: Tue, 27 Dec 2016 13:58:39 +0800 Subject: [PATCH] set url for chromiumos --- static/js/index.es6 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/js/index.es6 b/static/js/index.es6 index 18fc959..0435c35 100644 --- a/static/js/index.es6 +++ b/static/js/index.es6 @@ -49,6 +49,9 @@ var mir_tmpl = $("#template").text(), 'git-repo': { 'url': "/help/git-repo/" }, + 'chromiumos': { + 'url': "/help/chromiumos/" + }, }, descriptions = { {% for mir in site.data.mirror_desc %} '{{mir.name}}': '{{mir.desc}}' {% if forloop.index < forloop.length %},{% endif %}{% endfor %}