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