aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/main.js
diff options
context:
space:
mode:
authorStefan Parviainen <saparvia@caterva.eu>2015-01-07 18:57:16 +0100
committerStefan Parviainen <saparvia@caterva.eu>2015-01-07 18:57:16 +0100
commit4e3aadc38a671ebd37d3619ea64f278f5a06f6dc (patch)
tree5148a621e02a7e82e8b0f66c91622c1be59775a7 /view/js/main.js
parente3d064ff22a69766226766557ff2a5b094c74e27 (diff)
downloadvolse-hubzilla-4e3aadc38a671ebd37d3619ea64f278f5a06f6dc.tar.gz
volse-hubzilla-4e3aadc38a671ebd37d3619ea64f278f5a06f6dc.tar.bz2
volse-hubzilla-4e3aadc38a671ebd37d3619ea64f278f5a06f6dc.zip
Rename some stuff related to autocomplete
Diffstat (limited to 'view/js/main.js')
-rw-r--r--view/js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js
index 85aea9875..5e3fb2bff 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -574,7 +574,7 @@ function updateConvItems(mode,data) {
}
/* autocomplete @nicknames */
- $(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl?f=&n=1");
+ $(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl?f=&n=1");
var bimgs = $(".wall-item-body img").not(function() { return this.complete; });
var bimgcount = bimgs.length;