1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 20:21:29 +00:00

Add callback to Popups, focus subscribe URL input.

This commit is contained in:
Adrian Lang
2010-01-06 12:17:28 +01:00
committed by Andrew Dolgov
parent ae096313ed
commit 542aebacb7
4 changed files with 11 additions and 12 deletions

View File

@@ -581,7 +581,8 @@ function quickMenuGo(opid) {
}
if (opid == "qmcAddFeed") {
displayDlg("quickAddFeed");
displayDlg('quickAddFeed', '',
function () {$('feed_url').focus();});
return;
}