allow setting all the bookmarked URL fields via script/API

This commit is contained in:
Friendika 2011-09-19 22:21:55 -07:00
parent d653d922b1
commit 8a11cec61a
2 changed files with 75 additions and 48 deletions

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