commit | ce6c850206bce4860ee9eac036682ec101234263 | [log] [tgz] |
---|---|---|
author | Scott Main <smain@google.com> | Wed Jun 27 00:55:18 2012 -0700 |
committer | Scott Main <smain@google.com> | Wed Jun 27 00:55:18 2012 -0700 |
tree | a8ce2a05f19331f8668a7fd77663b7c7536e5eb2 | |
parent | d9435b37371b3b799ed2e8a93f9fba86ca874833 [diff] [blame] |
docs: remove empty page and expand system requirements based on URL hash Change-Id: I9e90af894e6213ef642d3341d169ebb4ec0b8628
diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index a20d0b1..02f8d6e 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd
@@ -136,3 +136,8 @@ </div> +<script> + if (location.hash == "#Requirements") { + $('.reqs').show(); + } +</script>