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

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

am 5430d20d: fix the api level filter (wasn\'t greying out APIs on page load)

* commit '5430d20d':
  fix the api level filter (wasn't greying out APIs on page load)
parents d039c5e2 5430d20d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -183,6 +183,7 @@ $(document).ready(function() {
        $("#nav-x li.google a").addClass("selected");
      } else {
        $("#nav-x li.reference a").addClass("selected");
        changeApiLevel();  // turn things grey
      }
    } else if ((rootDir == "tools") || (rootDir == "sdk")) {
      $("#nav-x li.tools a").addClass("selected");