summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-02 14:53:36 +0400
committerAndrew Dolgov <[email protected]>2013-04-02 14:53:36 +0400
commitc83554bdddd1efb8a600d2dc6dbd119e3104013c (patch)
treeab7809a135d3008ff79ea65907a7d740bbc40761 /js
parent5df8be5c0ac69db8716fcb29a27b2bbc3fbcbace (diff)
rpc: move completeTags to article
Diffstat (limited to 'js')
-rw-r--r--js/viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index be2b88f4d..31eff1b8a 100644
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -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" });
});