diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-14 15:02:36 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-14 15:02:36 -0700 |
commit | 6481722fd91a9c4c27c728aa161093fc97217a8e (patch) | |
tree | 3274fb070b75beb408abf516c3908c24b0b19d2f /view | |
parent | d7ec6865b4ed07f1c5d37158f5e20d97a27617a7 (diff) | |
parent | 46b6415f5fddcea5aa7c4c55842405b68a7ccd6a (diff) | |
download | volse-hubzilla-6481722fd91a9c4c27c728aa161093fc97217a8e.tar.gz volse-hubzilla-6481722fd91a9c4c27c728aa161093fc97217a8e.tar.bz2 volse-hubzilla-6481722fd91a9c4c27c728aa161093fc97217a8e.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/wiki.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/wiki.tpl b/view/tpl/wiki.tpl index 681269002..7995b7bb1 100644 --- a/view/tpl/wiki.tpl +++ b/view/tpl/wiki.tpl @@ -455,8 +455,10 @@ window.editor.on("input", function() { $('#save-page').removeClass('disabled'); }); + {{if $mimeType == 'text/bbcode'}} window.editor.bbco_autocomplete('bbcode'); {{/if}} + {{/if}} }); $(window).resize(function () { |