diff options
author | Ricardo Cervera <rcervera@google.com> | 2014-10-02 18:18:30 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-02 18:18:30 +0000 |
commit | 134b62ed14b830b467423082036b3222f84f291c (patch) | |
tree | aac624683a386f8b5f0280ed7368bb7a3f446f24 /docs | |
parent | da5febdcb24fd74feb1341a8b0deb92089388595 (diff) | |
parent | e1e0e05a14ebb87ca1921cf21a98b9fa0067b14e (diff) | |
download | frameworks_base-134b62ed14b830b467423082036b3222f84f291c.zip frameworks_base-134b62ed14b830b467423082036b3222f84f291c.tar.gz frameworks_base-134b62ed14b830b467423082036b3222f84f291c.tar.bz2 |
am e1e0e05a: am 957f45c3: am 680092c5: Merge "docs: Provide direct link to Ubuntu troubleshooting." into klp-modular-docs
* commit 'e1e0e05a14ebb87ca1921cf21a98b9fa0067b14e':
docs: Provide direct link to Ubuntu troubleshooting.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/sdk/installing/index.jd | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/html/sdk/installing/index.jd b/docs/html/sdk/installing/index.jd index 304b53d..e98446b 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> |