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

* commit '79d08b2cc185c0141ee7ec534b219242c827387f':
  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:53:26 -08:00
committed by Android Git Automerger

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