X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fjot-header.tpl;h=352c48647e04a0032609239b3a36a1d1b6210261;hb=a69ecb341371cf0a1c2847ff19abd88f362021c9;hp=3a1d0a2ae4f5e0db0920e9fb1882f0f92213bcb7;hpb=fc8379b1080823bb69664aa4119ba190e1f5b1ca;p=friendica.git diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 3a1d0a2ae4..352c48647e 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -1,33 +1,126 @@ - - - + + function jotGetLocation() { + reply = prompt("$whereareu", $('#jot-location').val()); + if(reply && reply.length) { + $('#jot-location').val(reply); + } + } + + function jotTitle() { + reply = prompt("$title", $('#jot-title').val()); + if(reply && reply.length) { + $('#jot-title').val(reply); + } + } + - \ No newline at end of file +