mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:55:55 +00:00
more input focusing improvements in popup dialogs
This commit is contained in:
@@ -2147,3 +2147,12 @@ function addLabel() {
|
||||
}
|
||||
}
|
||||
|
||||
function quickAddFeed() {
|
||||
displayDlg('quickAddFeed', '',
|
||||
function () {$('feed_url').focus();});
|
||||
}
|
||||
|
||||
function quickAddFilter() {
|
||||
displayDlg('quickAddFilter', '',
|
||||
function () {document.forms['filter_add_form'].reg_exp.focus();});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user