X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fjot-header.tpl;h=d6b172b6af8c28e75af10cbf84ee2f2483cf3ac0;hb=638bbb2171b6d1dcd68f0d46359441afb848561d;hp=02662d2d4b17ecec89712066ed164c11bf5e2717;hpb=8369c243b321a421ea2ab92a49d8995b5724244e;p=friendica.git diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 02662d2d4b..d6b172b6af 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; } @@ -129,7 +129,6 @@ function enableOnUser(){ $("#profile-jot-text").focus(enableOnUser); $("#profile-jot-text").click(enableOnUser); - var uploader = new window.AjaxUpload( 'wall-image-upload', { action: 'wall_upload/$nickname',