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

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

am 50882118: am d9876348: am 6fc990df: am c5998412: am f8333457: Revert "docs:...

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

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