mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 02:05:57 +00:00
editArticleTags: focus tag input box
This commit is contained in:
@@ -1424,7 +1424,9 @@ function catchupSelection() {
|
||||
function editArticleTags(id, feed_id, cdm_enabled) {
|
||||
displayDlg('editArticleTags', id,
|
||||
function () {
|
||||
new Ajax.Autocompleter('tags_str', 'tags_choices',
|
||||
$("tags_str").focus();
|
||||
|
||||
new Ajax.Autocompleter('tags_str', 'tags_choices',
|
||||
"backend.php?op=rpc&subop=completeTags",
|
||||
{ tokens: ',', paramName: "search" });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user