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

Change-Id: Ibe825c25e19f136b2cd58e8a096d13904720e3d2
This commit is contained in:
Scott Main
2013-02-26 14:46:12 -08:00
parent 22c22cf7e0
commit 578d6446eb

View File

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