aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot-header.tpl
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/tpl/jot-header.tpl
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/tpl/jot-header.tpl')
-rwxr-xr-xview/tpl/jot-header.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl
index 84fccc105..2b62f2407 100755
--- a/view/tpl/jot-header.tpl
+++ b/view/tpl/jot-header.tpl
@@ -11,6 +11,7 @@ function initEditor(cb){
if(plaintext == 'none') {
$("#profile-jot-text-loading").spin(false).hide();
$("#profile-jot-text").css({ 'height': 200, 'color': '#000' });
+ $("#profile-jot-text").bbco_autocomplete('bbcode'); // autocomplete bbcode
if(typeof channelId === 'undefined')
$("#profile-jot-text").editor_autocomplete(baseurl+"/acl");
else