diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-10-30 15:54:46 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-10-30 15:54:46 +0100 |
commit | db6a207afebbb44734026290fadc3836adf522ec (patch) | |
tree | 89ab0bda69faff9bc534471ab48f7ff95e4695b9 /view/tpl/jot-header.tpl | |
parent | 9b42bc860da9a1540603d8705b4c55a219c401a2 (diff) | |
parent | 6174aa01e0e5fc72b0a5c843ff4a75709e9038f9 (diff) | |
download | volse-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-x | view/tpl/jot-header.tpl | 1 |
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); |