]> git.mxchange.org Git - friendica.git/blobdiff - view/jot-header.tpl
common tabs to notifications and mail
[friendica.git] / view / jot-header.tpl
index eb74c31dad41466d3ba270aaf088564e053427d4..22bd0aa5b22650bfcd76be3108bc4c4bda044a12 100644 (file)
@@ -80,7 +80,7 @@ function initEditor(cb){
 }
 
 </script>
-<script type="text/javascript" src="include/ajaxupload.js" ></script>
+<script type="text/javascript" src="js/ajaxupload.js" ></script>
 <script>
        var ispublic = '$ispublic';
        $(document).ready(function() {
@@ -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) {