remove incomplete code for hotkey zones

This commit is contained in:
Andrew Dolgov
2008-05-17 04:22:38 +01:00
parent 4cf6fc6afb
commit 477402d827
3 changed files with 18 additions and 52 deletions
+12
View File
@@ -1756,6 +1756,18 @@ function pref_hotkey_handler(e) {
return;
}
if (keycode == 191) { // /
var search_boxes = new Array("label_search",
"feed_search", "filter_search", "user_search");
for (var i = 0; i < search_boxes.length; i++) {
var elem = document.getElementById(search_boxes[i]);
if (elem) {
return focus_element(search_boxes[i]);
}
}
}
}
/* Prefix c */