X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fjot-header.tpl;h=5eb07db44c6ee13efce041203904f613aea86193;hb=44d7c6aac3548e94e35aed87ba7c06b04f374fc2;hp=760cf588203b6b8ee06bf86102f70f2f3d045a39;hpb=25afc87368f08f8bc0d2c8a5dfe66aba47b48a73;p=friendica.git diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 760cf58820..5eb07db44c 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -1,32 +1,101 @@ - - - + + function jotAudioURL() { + reply = prompt("$audurl"); + if(reply && reply.length) { + tinyMCE.execCommand('mceInsertRawHTML',false,'[audio]' + reply + '[/audio]'); + } + } - \ No newline at end of file +