1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-07 16:21:32 +00:00

js: code cleanup

This commit is contained in:
Andrew Dolgov
2010-11-07 12:11:05 +03:00
parent b4fdbcf4b7
commit 50eefedbfd
8 changed files with 48 additions and 87 deletions

View File

@@ -1380,7 +1380,7 @@ function pref_hotkey_handler(e) {
for (var i = 0; i < search_boxes.length; i++) {
var elem = $(search_boxes[i]);
if (elem) {
focus_element(search_boxes[i]);
$(search_boxes[i]).focus();
return false;
}
}