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

Commit 5430d20d authored by Scott Main's avatar Scott Main
Browse files

fix the api level filter (wasn't greying out APIs on page load)

Change-Id: Iaafe8c0652856eaff6725491f21581969e94f430
parent 701a07fd
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");