am 957f45c3: am 680092c5: Merge "docs: Provide direct link to Ubuntu troubleshooting." into klp-modular-docs

* commit '957f45c328c9cbe9d1fb65dab6d342dc28a85954':
  docs: Provide direct link to Ubuntu troubleshooting.
This commit is contained in:
Ricardo Cervera
2014-10-02 18:13:55 +00:00
committed by Android Git Automerger

View File

@@ -112,7 +112,7 @@ style="float:right;font-size:13px"><a href='' onclick='showAll();return false;'
your JDK folder, for example <code>C:\Program Files\Java\jdk1.7.0_21</code>.</p>
</p>
</li>
</ol>
@@ -416,6 +416,9 @@ function getUrlParam(param) {
}
}
/* direct link to ubuntu troubleshooting */
if ( document.location.href.indexOf('#ubuntu-trouble') > -1 ) {
$(".linux.docs").show();
toggleExpandable(this,'#ubuntu-trouble');
}
</script>