Skip to content

Commit 957f45c

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

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)