diaspora markdown changes, parse_url format change
This commit is contained in:
parent
119cd9c0ce
commit
deeae7bdb5
4 changed files with 8 additions and 25 deletions
|
|
@ -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();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue