Skip to content

Commit 1242af0

Browse files
Ricardo CerveraAndroid Git Automerger
authored andcommitted
am 32cfe2b: am d37afa3: Merge "docs: Unbuntu troubleshooting link to CamelCase ID" into klp-modular-docs
* commit '32cfe2bbc71091a1ab282d5c7e4df7db5f6051e6': docs: Unbuntu troubleshooting link to CamelCase ID
2 parents 721b3ef + 32cfe2b commit 1242af0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/html/sdk/installing/index.jd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,10 @@ the SDK tools from the command line.</p>
260260

261261

262262
<h5 id="Troubleshooting" style="margin-bottom:15px"><a href='' class="expandable"
263-
onclick="toggleExpandable(this,'#ubuntu-trouble');return false;"
263+
onclick="toggleExpandable(this,'#UbuntuTrouble');return false;"
264264
>Troubleshooting Ubuntu</a></h5>
265265

266-
<div id="ubuntu-trouble" style="display:none">
266+
<div id="UbuntuTrouble" style="display:none">
267267
<ul>
268268
<li>If you need help installing and configuring Java on your
269269
development machine, you might find these resources helpful:
@@ -417,8 +417,8 @@ function getUrlParam(param) {
417417
}
418418

419419
/* direct link to ubuntu troubleshooting */
420-
if ( document.location.href.indexOf('#ubuntu-trouble') > -1 ) {
420+
if ( document.location.href.indexOf('#UbuntuTrouble') > -1 ) {
421421
$(".linux.docs").show();
422-
toggleExpandable(this,'#ubuntu-trouble');
422+
toggleExpandable(this,'#UbuntuTrouble');
423423
}
424424
</script>

0 commit comments

Comments
 (0)