X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fjot-header.tpl;h=eebaf803ac91a4cf021c4c9c87cfa57a158ebeb6;hb=000efa6df0ab2510e56d6ffb9a1c6e9f98ac2fc1;hp=774b37c8603653a08712b8b35303394bd76ab108;hpb=798c83b6aa3887622299ec4071c0d817953f3db9;p=friendica.git diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 774b37c860..eebaf803ac 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -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) {