mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 12:51:29 +00:00
Add callback to Popups, focus subscribe URL input.
This commit is contained in:
committed by
Andrew Dolgov
parent
ae096313ed
commit
542aebacb7
@@ -1468,7 +1468,12 @@ function catchupSelection() {
|
||||
}
|
||||
|
||||
function editArticleTags(id, feed_id, cdm_enabled) {
|
||||
displayDlg('editArticleTags', id);
|
||||
displayDlg('editArticleTags', id,
|
||||
function () {
|
||||
new Ajax.Autocompleter('tags_str', 'tags_choices',
|
||||
"backend.php?op=rpc&subop=completeTags",
|
||||
{ tokens: ',', paramName: "search" });
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user