]> git.mxchange.org Git - friendica.git/blobdiff - view/jot-header.tpl
Merge pull request #18 from duthied/master
[friendica.git] / view / jot-header.tpl
index 6195c5bbc6d4b506c4db89d3cb1374e9060f359e..5eb07db44c6ee13efce041203904f613aea86193 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() {
@@ -142,7 +142,7 @@ function initEditor(cb){
                if(reply && reply.length) {
                        reply = bin2hex(reply);
                        $('#profile-rotator').show();
-                       $.get('parse_url?url=' + reply, function(data) {
+                       $.get('parse_url?binurl=' + reply, function(data) {
                                tinyMCE.execCommand('mceInsertRawHTML',false,data);
                                $('#profile-rotator').hide();
                        });