diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-10-30 13:34:47 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-10-30 13:34:47 +0100 |
commit | 9279840860ae573702923471fc9a188c6b605dc5 (patch) | |
tree | 36e7af5fd996c7c22449ee901895a282b5a85fcb /view/tpl/jot-header.tpl | |
parent | 9c05f37c0f270cfc7a220060f5ef19b5a701a0ba (diff) | |
download | volse-hubzilla-9279840860ae573702923471fc9a188c6b605dc5.tar.gz volse-hubzilla-9279840860ae573702923471fc9a188c6b605dc5.tar.bz2 volse-hubzilla-9279840860ae573702923471fc9a188c6b605dc5.zip |
fix https://zothub.de/display/9d9078d212862c5f58
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); |