]> git.wh0rd.org - tt-rss.git/blobdiff - js/viewfeed.js
rpc: move completeTags to article
[tt-rss.git] / js / viewfeed.js
index be2b88f4d80439436b7bdb31a76eb744ab75db65..31eff1b8a87e89c6d8b33dcd0ec20e3a7d6b61a1 100644 (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" });
                });