Merge pull request #2562 from friendica/fabrixxm-patch-1

Wild "+" in js/main.js
This commit is contained in:
Tobias Diekershoff 2016-06-04 19:40:46 +02:00
commit 20ab3f13a6
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();
});