mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
rpc: move completeTags to article
This commit is contained in:
@@ -1114,7 +1114,7 @@ function editArticleTags(id) {
|
||||
dojo.disconnect(tmph);
|
||||
|
||||
new Ajax.Autocompleter('tags_str', 'tags_choices',
|
||||
"backend.php?op=rpc&method=completeTags",
|
||||
"backend.php?op=article&method=completeTags",
|
||||
{ tokens: ',', paramName: "search" });
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user