]> git.mxchange.org Git - friendica.git/blobdiff - view/jot-header.tpl
quattro: style network widget
[friendica.git] / view / jot-header.tpl
index 4186ef78e2ffc422c8575b744d7879410e10802c..352c48647e04a0032609239b3a36a1d1b6210261 100644 (file)
@@ -7,6 +7,7 @@ var textlen = 0;
 function initEditor(cb){
        if (editor==false){
                $("#profile-jot-text-loading").show();  
+               $("#jot-title-desc").show();
                tinyMCE.init({
                        theme : "advanced",
                        mode : "specific_textareas",
@@ -108,11 +109,14 @@ function enableOnUser(){
 <script type="text/javascript" src="js/ajaxupload.js" ></script>
 <script>
        var ispublic = '$ispublic';
+       var addtitle = '$addtitle';
+
        $(document).ready(function() {
                
                /* enable tinymce on focus and click */
                $("#profile-jot-text").focus(enableOnUser);
                $("#profile-jot-text").click(enableOnUser);
+
        
                var uploader = new window.AjaxUpload(
                        'wall-image-upload',