]> git.mxchange.org Git - friendica.git/blobdiff - view/jot-header.tpl
loozah theme vcard float not cleared
[friendica.git] / view / jot-header.tpl
index 8174026abbdf4071e769e82862dac8140b72fad1..5eb07db44c6ee13efce041203904f613aea86193 100644 (file)
@@ -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();
                        });