Skip to content

Commit e1e0e05

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

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)