]> git.mxchange.org Git - friendica.git/blobdiff - js/main.js
Merge pull request #109 from beardy-unixer/6ae5962b009cfd88925eae721e24bf895e8b78d5
[friendica.git] / js / main.js
index a5d1214cb1c5c84de6e9f0538298b978f5ca31bf..c20455ad14bd24f19cea4955168bd4b1b466becf 100755 (executable)
                                $('body').css('cursor', 'auto');
                        }
                        /* autocomplete @nicknames */
-                       $(".comment-edit-wrapper  textarea").contact_autocomplete(baseurl+"/acl");
+                       $(".comment-edit-form  textarea").contact_autocomplete(baseurl+"/acl");
                });
        }