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

Commit 6fc990df authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am c5998412: am f8333457: Revert "docs: move loading of google ref into doc...

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

* commit 'c5998412':
  Revert "docs: move loading of google ref into doc load event to prevent error during load"
parents 690dc39c c5998412
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>