diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-04 17:13:10 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-04 17:13:10 +0200 |
commit | 1c9f7739009ceddf7dbc72af37f271767c1ad54d (patch) | |
tree | 924b09b899e8bf003438ae657d3cede5f9a53111 /view/js/main.js | |
parent | ee8a9384d5345becf04e52b33e32624570a27584 (diff) | |
parent | ec651f219e10c71a493e0cd2b4737077aee826dc (diff) | |
download | volse-hubzilla-1c9f7739009ceddf7dbc72af37f271767c1ad54d.tar.gz volse-hubzilla-1c9f7739009ceddf7dbc72af37f271767c1ad54d.tar.bz2 volse-hubzilla-1c9f7739009ceddf7dbc72af37f271767c1ad54d.zip |
Merge branch 'master' into dev
Diffstat (limited to 'view/js/main.js')
-rw-r--r-- | view/js/main.js | 2 |
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; |