We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b15cd52 + 680092c commit 957f45cCopy full SHA for 957f45c
1 file changed
docs/html/sdk/installing/index.jd
@@ -112,7 +112,7 @@ style="float:right;font-size:13px"><a href='' onclick='showAll();return false;'
112
your JDK folder, for example <code>C:\Program Files\Java\jdk1.7.0_21</code>.</p>
113
</p>
114
</li>
115
-
+
116
</ol>
117
118
@@ -416,6 +416,9 @@ function getUrlParam(param) {
416
}
417
418
419
420
+/* direct link to ubuntu troubleshooting */
+if ( document.location.href.indexOf('#ubuntu-trouble') > -1 ) {
421
+ $(".linux.docs").show();
422
+ toggleExpandable(this,'#ubuntu-trouble');
423
+}
424
</script>
0 commit comments