aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/main.js
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-04 17:12:23 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-04 17:12:23 +0200
commitec651f219e10c71a493e0cd2b4737077aee826dc (patch)
tree35beb43002ad4c57da0d19db821aa989b915a245 /view/js/main.js
parentbba34a7a8e5b62017d917808d50165cfd9f3d2e7 (diff)
downloadvolse-hubzilla-ec651f219e10c71a493e0cd2b4737077aee826dc.tar.gz
volse-hubzilla-ec651f219e10c71a493e0cd2b4737077aee826dc.tar.bz2
volse-hubzilla-ec651f219e10c71a493e0cd2b4737077aee826dc.zip
a simple autocomplete for bbcode or comanche - partly implemented
Diffstat (limited to 'view/js/main.js')
-rw-r--r--view/js/main.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/js/main.js b/view/js/main.js
index 04b317914..ba476b576 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -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;