diff options
| author | Adrian Lang <mail@adrianlang.de> | 2010-01-06 12:17:28 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2010-01-13 11:46:11 +0300 |
| commit | 542aebacb73d9fe571048d01d9ffc12d4bca1643 (patch) | |
| tree | 05cef8d04e2bb6d1c09f49991fdb68e500cf87a2 /tt-rss.js | |
| parent | ae096313ed2a5fc4b96dc82a5203f23936cd23f8 (diff) | |
Add callback to Popups, focus subscribe URL input.
Diffstat (limited to 'tt-rss.js')
| -rw-r--r-- | tt-rss.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -581,7 +581,8 @@ function quickMenuGo(opid) { } if (opid == "qmcAddFeed") { - displayDlg("quickAddFeed"); + displayDlg('quickAddFeed', '', + function () {$('feed_url').focus();}); return; } |