Skip to content

Commit 680092c

Browse files
Ricardo CerveraAndroid (Google) Code Review
authored andcommitted
Merge "docs: Provide direct link to Ubuntu troubleshooting." into klp-modular-docs
2 parents c074c3a + 4ffffb8 commit 680092c

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)