]> git.mxchange.org Git - friendica.git/blobdiff - view/jot-header.tpl
add info() function. Works like notice() but show messages in a div with class info...
[friendica.git] / view / jot-header.tpl
index 25f2736c7f788eb8cc3f66b520f967fabd376aef..3057618b2fab9811390bcca75cea001387f8d350 100644 (file)
@@ -30,7 +30,7 @@ tinyMCE.init({
             //Character count
                ed.onKeyUp.add(function(ed, e) {
                        var txt = tinyMCE.activeEditor.getContent();
-                       var textlen = txt.length;
+                       textlen = txt.length;
                        if(textlen != 0 && $('#jot-perms-icon').is('.unlock')) {
                                $('#profile-jot-desc').html(ispublic);
                        }