From: fabrixxm Date: Sat, 4 Jun 2016 16:44:20 +0000 (+0200) Subject: Wild "+" in js/main.js X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a0b7a6684f92811279e11e36b562bdc6f59ca822;p=friendica.git Wild "+" in js/main.js --- diff --git a/js/main.js b/js/main.js index 9914c3801f..2d0b2da36a 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(); });