}
if (opid == "qmcSearch") {
- displayDlg("search", getActiveFeedId() + ":" + activeFeedIsCat());
+ displayDlg("search", getActiveFeedId() + ":" + activeFeedIsCat(),
+ function() {
+ document.forms['search_form'].query.focus();
+ });
return;
}
}
if (keycode == 191 || keychar == '/') { // /
- displayDlg("search", getActiveFeedId() + ":" + activeFeedIsCat());
+ displayDlg("search", getActiveFeedId() + ":" + activeFeedIsCat(),
+ function() {
+ document.forms['search_form'].query.focus();
+ });
return false;
}