diaspora markdown changes, parse_url format change

This commit is contained in:
Friendika 2011-09-20 15:23:36 -07:00
commit deeae7bdb5
4 changed files with 8 additions and 25 deletions

View 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();
});