diff options
| author | Ricardo Cervera <rcervera@google.com> | 2014-10-03 18:00:37 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-03 18:00:37 +0000 |
| commit | 32cfe2bbc71091a1ab282d5c7e4df7db5f6051e6 (patch) | |
| tree | e6205681d60889d63389ae9e15ed957d6380d928 | |
| parent | 46d8d0cdb349ca0a3f6ef199e1cc1dcba4c2d6eb (diff) | |
| parent | d37afa37452d5e5dab3704ecab0ab7cebb3da292 (diff) | |
| download | frameworks_base-32cfe2bbc71091a1ab282d5c7e4df7db5f6051e6.zip frameworks_base-32cfe2bbc71091a1ab282d5c7e4df7db5f6051e6.tar.gz frameworks_base-32cfe2bbc71091a1ab282d5c7e4df7db5f6051e6.tar.bz2 | |
am d37afa37: Merge "docs: Unbuntu troubleshooting link to CamelCase ID" into klp-modular-docs
* commit 'd37afa37452d5e5dab3704ecab0ab7cebb3da292':
docs: Unbuntu troubleshooting link to CamelCase ID
| -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> |
