mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 07:25:56 +00:00
category editor: focus input prompt on show
This commit is contained in:
1
prefs.js
1
prefs.js
@@ -167,6 +167,7 @@ function infobox_feed_cat_callback2(transport) {
|
|||||||
try {
|
try {
|
||||||
infobox_callback2(transport);
|
infobox_callback2(transport);
|
||||||
init_cat_inline_editor();
|
init_cat_inline_editor();
|
||||||
|
$('fadd_cat').focus();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
exception_error("infobox_feed_cat_callback2", e);
|
exception_error("infobox_feed_cat_callback2", e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user