]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/jot-header.tpl
Merge remote-tracking branch 'friendika/master'
[friendica.git] / view / theme / dispy / jot-header.tpl
index 0093bf82a85b48bfa7323b6a5704864d47f6a09d..79b10fd40c25e6a0b219f437ada690638bce7e1a 100644 (file)
@@ -163,7 +163,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();
                        });