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:
@@ -146,12 +146,15 @@ def:google_nav() ?>
|
|||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<script type="text/javascript">
|
||||||
|
showGoogleRefTree();
|
||||||
|
|
||||||
|
</script>
|
||||||
</div> <!-- end side-nav -->
|
</div> <!-- end side-nav -->
|
||||||
<script type="text/javascript">
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
showGoogleRefTree();
|
|
||||||
scrollIntoView("devdoc-nav");
|
scrollIntoView("devdoc-nav");
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<?cs /def ?>
|
<?cs /def ?>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user