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

Commit 415696d3 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am f8333457: Revert "docs: move loading of google ref into doc load event to...

am f8333457: Revert "docs: move loading of google ref into doc load event to prevent error during load"

* commit 'f8333457':
  Revert "docs: move loading of google ref into doc load event to prevent error during load"
parents 2990dc10 f8333457
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -146,10 +146,13 @@ def:google_nav() ?>
        

      </div>
    </div> <!-- end side-nav -->
      <script type="text/javascript">
      $(document).ready(function() {
       showGoogleRefTree();
    
      </script>
    </div> <!-- end side-nav -->
    <script>
      $(document).ready(function() {
        scrollIntoView("devdoc-nav");
        });
    </script>