summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-08 10:02:59 +0300
committerAndrew Dolgov <[email protected]>2010-11-08 10:02:59 +0300
commit4462c1ada2d159670bc3bd5edcb53e4c81c860fc (patch)
tree4ffe100ebee041fc644ef0b7fc016d174474ce9f /prefs.js
parentb83d72b140b7810b834b2fd29242170878ff4994 (diff)
category editor: focus input prompt on show
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/prefs.js b/prefs.js
index d7df55b75..0979426de 100644
--- a/prefs.js
+++ b/prefs.js
@@ -167,6 +167,7 @@ function infobox_feed_cat_callback2(transport) {
try {
infobox_callback2(transport);
init_cat_inline_editor();
+ $('fadd_cat').focus();
} catch (e) {
exception_error("infobox_feed_cat_callback2", e);
}