Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2990dc10 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

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

* commit '578d6446':
  docs: move loading of google ref into doc load event to prevent error during load
parents 76bbd39a 578d6446
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -146,13 +146,10 @@ 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>