mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
allow setting all the bookmarked URL fields via script/API
This commit is contained in:
parent
d653d922b1
commit
8a11cec61a
2 changed files with 75 additions and 48 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue