aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/wiki.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-09-14 15:02:18 -0700
committerzotlabs <mike@macgirvin.com>2017-09-14 15:02:18 -0700
commitb1876ac14fc4f9b7e39989ef7e69c8135a25c13f (patch)
tree9fd6068adf3735f5f391b4c5cf6df1b091ac8e51 /view/tpl/wiki.tpl
parente8e61c83d572b41664a1066d60f2f78ef596183e (diff)
parent46b6415f5fddcea5aa7c4c55842405b68a7ccd6a (diff)
downloadvolse-hubzilla-b1876ac14fc4f9b7e39989ef7e69c8135a25c13f.tar.gz
volse-hubzilla-b1876ac14fc4f9b7e39989ef7e69c8135a25c13f.tar.bz2
volse-hubzilla-b1876ac14fc4f9b7e39989ef7e69c8135a25c13f.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/tpl/wiki.tpl')
-rw-r--r--view/tpl/wiki.tpl2
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 () {