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