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
1 changed files with 6 additions and 3 deletions

View File

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