summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ricardo Cervera <rcervera@google.com> 2014-10-02 18:07:53 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-10-02 18:07:53 +0000
commit957f45c328c9cbe9d1fb65dab6d342dc28a85954 (patch)
tree31f1cc6f2214a4c637ee9bd80b654055e8580747
parentb15cd5296675fac00e5517b89fc1263d59fbad65 (diff)
parent680092c5987e701043ff0fa0d2c5390e829412c0 (diff)
am 680092c5: Merge "docs: Provide direct link to Ubuntu troubleshooting." into klp-modular-docs
* commit '680092c5987e701043ff0fa0d2c5390e829412c0': docs: Provide direct link to Ubuntu troubleshooting.
-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>