mirror of
https://github.com/friendica/friendica
synced 2025-04-22 11:50:11 +00:00
rework autocomplete: seperate bbcode completion
This commit is contained in:
parent
ce1faf17d1
commit
98b62b80f3
7 changed files with 124 additions and 12 deletions
|
@ -495,6 +495,8 @@
|
|||
}
|
||||
/* 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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue