summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAdrian Lang <[email protected]>2010-01-06 12:17:28 +0100
committerAndrew Dolgov <[email protected]>2010-01-13 11:46:11 +0300
commit542aebacb73d9fe571048d01d9ffc12d4bca1643 (patch)
tree05cef8d04e2bb6d1c09f49991fdb68e500cf87a2 /tt-rss.js
parentae096313ed2a5fc4b96dc82a5203f23936cd23f8 (diff)
Add callback to Popups, focus subscribe URL input.
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index aeb63eb0f..fefbf963a 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -581,7 +581,8 @@ function quickMenuGo(opid) {
}
if (opid == "qmcAddFeed") {
- displayDlg("quickAddFeed");
+ displayDlg('quickAddFeed', '',
+ function () {$('feed_url').focus();});
return;
}