Skip to content

Commit 134b62e

Browse files
Ricardo CerveraAndroid Git Automerger
authored andcommitted
am e1e0e05: am 957f45c: am 680092c: Merge "docs: Provide direct link to Ubuntu troubleshooting." into klp-modular-docs
* commit 'e1e0e05a14ebb87ca1921cf21a98b9fa0067b14e': docs: Provide direct link to Ubuntu troubleshooting.
2 parents da5febd + e1e0e05 commit 134b62e

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

docs/html/sdk/installing/index.jd

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ style="float:right;font-size:13px"><a href='' onclick='showAll();return false;'
112112
your JDK folder, for example <code>C:\Program Files\Java\jdk1.7.0_21</code>.</p>
113113
</p>
114114
</li>
115-
115+
116116
</ol>
117117

118118

@@ -416,6 +416,9 @@ function getUrlParam(param) {
416416
}
417417
}
418418

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

0 commit comments

Comments
 (0)