am 5430d20d
: fix the api level filter (wasn\'t greying out APIs on page load)
* commit '5430d20ddae54212a23325579f8de813f733db9a': fix the api level filter (wasn't greying out APIs on page load)
This commit is contained in:
commit
1a980bebd4
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