Wild "+" in js/main.js

This commit is contained in:
fabrixxm 2016-06-04 18:44:20 +02:00
parent 33f7513ff3
commit a0b7a6684f
1 changed files with 2 additions and 2 deletions

View File

@ -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();
});