]> git.mxchange.org Git - friendica.git/blobdiff - view/jot-header.tpl
death to comment box oddities (a slow death as it will take some time for everybody...
[friendica.git] / view / jot-header.tpl
index eebaf803ac91a4cf021c4c9c87cfa57a158ebeb6..94f0f58f844c584fe4637f0c4b2b41fdec53eaa9 100644 (file)
@@ -89,6 +89,7 @@ tinyMCE.init({
        function jotGetLink() {
                reply = prompt("$linkurl");
                if(reply && reply.length) {
+                       reply = bin2hex(reply);
                        $('#profile-rotator').show();
                        $.get('parse_url?url=' + reply, function(data) {
                                tinyMCE.execCommand('mceInsertRawHTML',false,data);