aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot-header.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-10-30 15:54:46 +0100
committerMario Vavti <mario@mariovavti.com>2016-10-30 15:54:46 +0100
commitdb6a207afebbb44734026290fadc3836adf522ec (patch)
tree89ab0bda69faff9bc534471ab48f7ff95e4695b9 /view/tpl/jot-header.tpl
parent9b42bc860da9a1540603d8705b4c55a219c401a2 (diff)
parent6174aa01e0e5fc72b0a5c843ff4a75709e9038f9 (diff)
downloadvolse-hubzilla-db6a207afebbb44734026290fadc3836adf522ec.tar.gz
volse-hubzilla-db6a207afebbb44734026290fadc3836adf522ec.tar.bz2
volse-hubzilla-db6a207afebbb44734026290fadc3836adf522ec.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
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 ac657e63f..edabee2da 100755
--- a/view/tpl/jot-header.tpl
+++ b/view/tpl/jot-header.tpl
@@ -26,6 +26,7 @@ function initEditor(cb){
'transition' : 'elastic'
});
$(".jothidden").show();
+ $("#profile-jot-text").addClass('jot-expanded');
if (typeof cb!="undefined") cb();
if(pretext.length)
addeditortext(pretext);