a simple autocomplete for bbcode or comanche - partly implemented

This commit is contained in:
Mario Vavti
2016-04-04 17:12:23 +02:00
parent bba34a7a8e
commit ec651f219e
3 changed files with 43 additions and 0 deletions

View File

@@ -617,6 +617,8 @@ function updateConvItems(mode,data) {
/* autocomplete @nicknames */
$(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl?f=&n=1");
/* autocomplete bbcode */
$(".comment-edit-form textarea").bbco_autocomplete('bbcode');
var bimgs = ((preloadImages) ? false : $(".wall-item-body img").not(function() { return this.complete; }));
var bimgcount = bimgs.length;