]> git.mxchange.org Git - friendica.git/blobdiff - view/jot-header.tpl
Merge branch 'pull'
[friendica.git] / view / jot-header.tpl
index 02662d2d4b17ecec89712066ed164c11bf5e2717..d6b172b6af8c28e75af10cbf84ee2f2483cf3ac0 100755 (executable)
@@ -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',