1
0
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:
Andrew Dolgov
2013-04-02 14:53:36 +04:00
parent 5df8be5c0a
commit c83554bddd
3 changed files with 18 additions and 17 deletions

View File

@@ -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" });
});