Revert "docs: move loading of google ref into doc load event to prevent error during load"

This reverts commit 578d6446eb.
This commit is contained in:
Scott Main
2013-02-26 18:10:20 -08:00
parent 578d6446eb
commit f8333457a5

View File

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