X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fjot-header.tpl;h=22bd0aa5b22650bfcd76be3108bc4c4bda044a12;hb=df7702709b07560af1d469f0835586af317f39b0;hp=5eb07db44c6ee13efce041203904f613aea86193;hpb=939449602a58838f81045c9a0e9a205c8fa9e6bd;p=friendica.git diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 5eb07db44c..22bd0aa5b2 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -149,13 +149,6 @@ function initEditor(cb){ } } - function jotGetVideo() { - reply = prompt("$utubeurl"); - if(reply && reply.length) { - tinyMCE.execCommand('mceInsertRawHTML',false,'[youtube]' + reply + '[/youtube]'); - } - } - function jotVideoURL() { reply = prompt("$vidurl"); if(reply && reply.length) {