am 0670acc9
: am 690dc39c
: am 79d08b2c
: am 578d6446
: docs: move loading of google ref into doc load event to prevent error during load
* commit '0670acc9c38b498c2d1f3abb44304d81d42308ca': docs: move loading of google ref into doc load event to prevent error during load
This commit is contained in:
commit
7a68911347
1 changed files with 3 additions and 6 deletions
|
@ -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 ?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue