aboutsummaryrefslogtreecommitdiffstats
path: root/js/main.js
diff options
context:
space:
mode:
authorMichael <icarus@dabo.de>2012-03-03 13:21:11 +0100
committerMichael <icarus@dabo.de>2012-03-03 13:21:11 +0100
commit81a8d4f9dbd32de133e647c87a5394dd52f009fe (patch)
treef1264d57804d810758163bdddf734f82e7d1091f /js/main.js
parentccfe402fb0b92dc8e62dc87137743851441e27f6 (diff)
parent9d885c4801e74205dc958aaf4a17f44c4d9134d6 (diff)
downloadvolse-hubzilla-81a8d4f9dbd32de133e647c87a5394dd52f009fe.tar.gz
volse-hubzilla-81a8d4f9dbd32de133e647c87a5394dd52f009fe.tar.bz2
volse-hubzilla-81a8d4f9dbd32de133e647c87a5394dd52f009fe.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'js/main.js')
-rwxr-xr-xjs/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/main.js b/js/main.js
index a5d1214cb..c20455ad1 100755
--- a/js/main.js
+++ b/js/main.js
@@ -292,7 +292,7 @@
$('body').css('cursor', 'auto');
}
/* autocomplete @nicknames */
- $(".comment-edit-wrapper textarea").contact_autocomplete(baseurl+"/acl");
+ $(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl");
});
}