am 7a689113: am 0670acc9: am 690dc39c: am 79d08b2c: am 578d6446: docs: move loading of google ref into doc load event to prevent error during load

* commit '7a68911347f18cbbf890bef7f92b28b2872e8e31':
  docs: move loading of google ref into doc load event to prevent error during load
This commit is contained in:
Scott Main 2013-02-26 22:58:34 +00:00 committed by Android Git Automerger
commit 0d3a1fa14b

View file

@ -146,15 +146,12 @@ def:google_nav() ?>
</div>
<script type="text/javascript">
showGoogleRefTree();
</script>
</div> <!-- end side-nav -->
<script>
<script type="text/javascript">
$(document).ready(function() {
showGoogleRefTree();
scrollIntoView("devdoc-nav");
});
});
</script>
<?cs /def ?>