fix the api level filter (wasn't greying out APIs on page load)
Change-Id: Iaafe8c0652856eaff6725491f21581969e94f430
This commit is contained in:
parent
701a07fd33
commit
5430d20dda
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue