]> git.mxchange.org Git - friendica.git/blobdiff - view/jot-header.tpl
Add some text suggesting that new folks add some basic profile information if they...
[friendica.git] / view / jot-header.tpl
index 774b37c8603653a08712b8b35303394bd76ab108..eebaf803ac91a4cf021c4c9c87cfa57a158ebeb6 100644 (file)
@@ -126,6 +126,13 @@ tinyMCE.init({
                }
        }
 
+       function jotTitle() {
+               reply = prompt("$title", $('#jot-title').val());
+               if(reply && reply.length) {
+                       $('#jot-title').val(reply);
+               }
+       }
+
        function jotShare(id) {
                $('#like-rotator-' + id).show();
                $.get('share/' + id, function(data) {