From 542aebacb73d9fe571048d01d9ffc12d4bca1643 Mon Sep 17 00:00:00 2001 From: Adrian Lang Date: Wed, 6 Jan 2010 12:17:28 +0100 Subject: Add callback to Popups, focus subscribe URL input. --- tt-rss.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tt-rss.js') 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; } -- cgit v1.2.3-54-g00ecf