summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ricardo Cervera <rcervera@google.com> 2014-10-02 18:04:41 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2014-10-02 18:04:42 +0000
commit680092c5987e701043ff0fa0d2c5390e829412c0 (patch)
treef0ef9f6a1410ffea9f8d97af7bd2f6070be018ee
parentc074c3a4074791ae1270e3177e2299f31b9bb5a1 (diff)
parent4ffffb8e8cd97916138187684b738506f84a8710 (diff)
Merge "docs: Provide direct link to Ubuntu troubleshooting." into klp-modular-docs
-rw-r--r--docs/html/sdk/installing/index.jd9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/html/sdk/installing/index.jd b/docs/html/sdk/installing/index.jd
index 304b53dcba83..e98446b516f3 100644
--- a/docs/html/sdk/installing/index.jd
+++ b/docs/html/sdk/installing/index.jd
@@ -112,7 +112,7 @@ style="float:right;font-size:13px"><a href='' onclick='showAll();return false;'
your JDK folder, for example <code>C:\Program Files\Java\jdk1.7.0_21</code>.</p>
</p>
</li>
-
+
</ol>
@@ -416,6 +416,9 @@ function getUrlParam(param) {
}
}
-
-
+/* direct link to ubuntu troubleshooting */
+if ( document.location.href.indexOf('#ubuntu-trouble') > -1 ) {
+ $(".linux.docs").show();
+ toggleExpandable(this,'#ubuntu-trouble');
+}
</script>