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

Commit 690dc39c authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 79d08b2c: am 578d6446: docs: move loading of google ref into doc load event...

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

* commit '79d08b2c':
  docs: move loading of google ref into doc load event to prevent error during load
parents ee98d0ed 79d08b2c
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>