diff options
author | Michael <icarus@dabo.de> | 2012-03-03 13:21:11 +0100 |
---|---|---|
committer | Michael <icarus@dabo.de> | 2012-03-03 13:21:11 +0100 |
commit | 81a8d4f9dbd32de133e647c87a5394dd52f009fe (patch) | |
tree | f1264d57804d810758163bdddf734f82e7d1091f /js/main.js | |
parent | ccfe402fb0b92dc8e62dc87137743851441e27f6 (diff) | |
parent | 9d885c4801e74205dc958aaf4a17f44c4d9134d6 (diff) | |
download | volse-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-x | js/main.js | 2 |
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"); }); } |