mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
set url for chromiumos
This commit is contained in:
parent
3c341d4383
commit
273b802cb9
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue