diff options
author | friendica <info@friendica.com> | 2012-02-17 11:49:27 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-17 11:49:27 -0800 |
commit | 75acc1ed966a6bb3e3ec690a667d148f900dba9c (patch) | |
tree | 8302f99949a281e89566b5f6496b9129ba0ffc4e /view/jot-header.tpl | |
parent | 184f6165fc41d8dcbbecffa933f640995f741fda (diff) | |
download | volse-hubzilla-75acc1ed966a6bb3e3ec690a667d148f900dba9c.tar.gz volse-hubzilla-75acc1ed966a6bb3e3ec690a667d148f900dba9c.tar.bz2 volse-hubzilla-75acc1ed966a6bb3e3ec690a667d148f900dba9c.zip |
support plaintext on editpost, editorinit called before all buttons laid out
Diffstat (limited to 'view/jot-header.tpl')
-rwxr-xr-x | view/jot-header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 02662d2d4..007f639b6 100755 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -11,12 +11,12 @@ function initEditor(cb){ if(plaintext == 'none') { $("#profile-jot-text-loading").hide(); $("#profile-jot-text").css({ 'height': 200, 'color': '#000' }); - $(".jothidden").show(); editor = true; $("a#jot-perms-icon").fancybox({ 'transitionIn' : 'elastic', 'transitionOut' : 'elastic' }); + $(".jothidden").show(); if (typeof cb!="undefined") cb(); return; } |