]> git.mxchange.org Git - friendica.git/blobdiff - js/main.js
New function to update the global contact for the user id.
[friendica.git] / js / main.js
index 1ed0c4b6afa0647142dc905c2db965364f22ad5f..7e1c22ecfc61642ed1191452153421899a3647c3 100644 (file)
                        }
                        /* autocomplete @nicknames */
                        $(".comment-edit-form  textarea").editor_autocomplete(baseurl+"/acl");
+                       /* autocomplete bbcode */
+ +                     $(".comment-edit-form  textarea").bbco_autocomplete('bbcode');
 
                        // setup videos, since VideoJS won't take care of any loaded via AJAX
                        if(typeof videojs != 'undefined') videojs.autoSetup();