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

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

am 08a63c1e: am 243b0dc1: am 65cdbdcd: am 65511c0a: fix script bug. we were...

am 08a63c1e: am 243b0dc1: am 65cdbdcd: am 65511c0a: fix script bug. we were running some scripts that are only used in the reference

* commit '08a63c1e':
  fix script bug. we were running some scripts that are only used in the reference
parents bf19eddf 08a63c1e
Loading
Loading
Loading
Loading
+8 −7
Original line number Original line Diff line number Diff line
@@ -1811,13 +1811,14 @@ function escapeHTML(string) {
/* #################  JAVADOC REFERENCE ################### */
/* #################  JAVADOC REFERENCE ################### */
/* ######################################################## */
/* ######################################################## */


/* Initialize some droiddoc stuff */
/* Initialize some droiddoc stuff, but only if we're in the reference */
if (location.pathname.indexOf("/reference") == 0) {
  $(document).ready(function() {
  $(document).ready(function() {
  
    // init available apis based on user pref
    // init available apis based on user pref
    changeApiLevel();
    changeApiLevel();
    initSidenavHeightResize()
    initSidenavHeightResize()
  });
  });
}


var API_LEVEL_COOKIE = "api_level";
var API_LEVEL_COOKIE = "api_level";
var minLevel = 1;
var minLevel = 1;