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

* commit '690dc39c46604194a4f189841566e8313125e745':
  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 14:54:30 -08:00 committed by Android Git Automerger
commit 0670acc9c3
1 changed files with 3 additions and 6 deletions

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 ?>