docs: move loading of google ref into doc load event to prevent error during load
Change-Id: Ibe825c25e19f136b2cd58e8a096d13904720e3d2
This commit is contained in:
@@ -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 ?>
|
||||
|
||||
|
Reference in New Issue
Block a user