diff options
author | Ricardo Cervera <rcervera@google.com> | 2014-10-03 18:33:52 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-03 18:33:52 +0000 |
commit | 6ccc9de87f99d42c8be1adc07df1dc4a3dc0f3d2 (patch) | |
tree | 918702a4ce832e2f29f987ea40f904c28cd077b4 /docs | |
parent | 5d4a1aaed561dbbe87b05bc40ddb5dc2df46e699 (diff) | |
parent | ba435fc241bbe95c1fde122d14060c9451999f60 (diff) | |
download | frameworks_base-6ccc9de87f99d42c8be1adc07df1dc4a3dc0f3d2.zip frameworks_base-6ccc9de87f99d42c8be1adc07df1dc4a3dc0f3d2.tar.gz frameworks_base-6ccc9de87f99d42c8be1adc07df1dc4a3dc0f3d2.tar.bz2 |
am ba435fc2: am d019b19e: am 677dd506: am 1e2e4307: am 1242af06: am 32cfe2bb: am d37afa37: Merge "docs: Unbuntu troubleshooting link to CamelCase ID" into klp-modular-docs
* commit 'ba435fc241bbe95c1fde122d14060c9451999f60':
docs: Unbuntu troubleshooting link to CamelCase ID
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/sdk/installing/index.jd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/sdk/installing/index.jd b/docs/html/sdk/installing/index.jd index e98446b..ec0e2f8 100644 --- a/docs/html/sdk/installing/index.jd +++ b/docs/html/sdk/installing/index.jd @@ -260,10 +260,10 @@ the SDK tools from the command line.</p> <h5 id="Troubleshooting" style="margin-bottom:15px"><a href='' class="expandable" - onclick="toggleExpandable(this,'#ubuntu-trouble');return false;" + onclick="toggleExpandable(this,'#UbuntuTrouble');return false;" >Troubleshooting Ubuntu</a></h5> -<div id="ubuntu-trouble" style="display:none"> +<div id="UbuntuTrouble" style="display:none"> <ul> <li>If you need help installing and configuring Java on your development machine, you might find these resources helpful: @@ -417,8 +417,8 @@ function getUrlParam(param) { } /* direct link to ubuntu troubleshooting */ -if ( document.location.href.indexOf('#ubuntu-trouble') > -1 ) { +if ( document.location.href.indexOf('#UbuntuTrouble') > -1 ) { $(".linux.docs").show(); - toggleExpandable(this,'#ubuntu-trouble'); + toggleExpandable(this,'#UbuntuTrouble'); } </script> |