Loading tools/droiddoc/templates/assets/android-developer-reference.js +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ function changeApiLevel() { if (userApiLevelEnabled == 0) { toggleVisisbleApis(selectedLevel, "body"); } else { selectedLevel = $("#apiLevelSelector option:selected").val(); selectedLevel = parseInt($("#apiLevelSelector option:selected").val()); toggleVisisbleApis(selectedLevel, "body"); var date = new Date(); Loading Loading
tools/droiddoc/templates/assets/android-developer-reference.js +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ function changeApiLevel() { if (userApiLevelEnabled == 0) { toggleVisisbleApis(selectedLevel, "body"); } else { selectedLevel = $("#apiLevelSelector option:selected").val(); selectedLevel = parseInt($("#apiLevelSelector option:selected").val()); toggleVisisbleApis(selectedLevel, "body"); var date = new Date(); Loading