filter editor: focus match inputbox on show
This commit is contained in:
parent
4462c1ada2
commit
538fce8bfe
1 changed files with 1 additions and 0 deletions
1
prefs.js
1
prefs.js
|
@ -378,6 +378,7 @@ function editFilter(id) {
|
|||
parameters: query,
|
||||
onComplete: function(transport) {
|
||||
infobox_callback2(transport);
|
||||
document.forms['filter_edit_form'].reg_exp.focus();
|
||||
} });
|
||||
} catch (e) {
|
||||
exception_error("editFilter", e);
|
||||
|
|
Loading…
Reference in a new issue