diff options
| author | 2014-10-03 18:23:19 +0000 | |
|---|---|---|
| committer | 2014-10-03 18:23:19 +0000 | |
| commit | d019b19e2bd626564c016d65b33aa2e8b9020407 (patch) | |
| tree | 7fed8f1c07398f91c210c999246e345b24d81f26 | |
| parent | 63ffd78aaab0b0d04012312f0378b0c73b737a2a (diff) | |
| parent | 677dd506e66d4e9f7d84922d88188d6fe0b169b4 (diff) | |
am 677dd506: am 1e2e4307: am 1242af06: am 32cfe2bb: am d37afa37: Merge "docs: Unbuntu troubleshooting link to CamelCase ID" into klp-modular-docs
* commit '677dd506e66d4e9f7d84922d88188d6fe0b169b4':
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 e98446b516f3..ec0e2f8fa46e 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> |