X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fjot-header.tpl;h=eb74c31dad41466d3ba270aaf088564e053427d4;hb=20d4fda22f26a99e7da930be639874f80ae7060d;hp=760cf588203b6b8ee06bf86102f70f2f3d045a39;hpb=25afc87368f08f8bc0d2c8a5dfe66aba47b48a73;p=friendica.git diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 760cf58820..eb74c31dad 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 +