File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments