]> git.mxchange.org Git - friendica.git/blobdiff - view/jot-header.tpl
common tabs to notifications and mail
[friendica.git] / view / jot-header.tpl
index 5eb07db44c6ee13efce041203904f613aea86193..22bd0aa5b22650bfcd76be3108bc4c4bda044a12 100644 (file)
@@ -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) {