From e91e0a4b2f5e841028534ede8bfd0edd4cc847a9 Mon Sep 17 00:00:00 2001 From: Hui Yiqun Date: Sun, 23 Apr 2017 22:40:32 +0800 Subject: [PATCH] link lineage to its help --- static/js/index.es6 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/js/index.es6 b/static/js/index.es6 index ba62bca..b2d74f2 100644 --- a/static/js/index.es6 +++ b/static/js/index.es6 @@ -37,6 +37,9 @@ var mir_tmpl = $("#template").text(), 'AOSP': { 'url': "/help/AOSP/" }, + 'lineageOS': { + 'url': "/help/lineageOS/" + }, 'homebrew': { 'url': "/help/homebrew/" },