diff --git a/js/main.js b/js/main.js index 9914c3801..2d0b2da36 100644 --- a/js/main.js +++ b/js/main.js @@ -512,8 +512,8 @@ /* autocomplete @nicknames */ $(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl"); /* autocomplete bbcode */ - + $(".comment-edit-form textarea").bbco_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(); });