mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
Merge pull request #6996 from BinkaDroid/patch-1
fixing error "json not defined" in frio
This commit is contained in:
commit
2133decf4c
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@
|
|||
if (!isExtern) {
|
||||
return;
|
||||
}
|
||||
var bbcode = '\n[video]' + json.url + '[/video]\n';
|
||||
var bbcode = '\n[video]' + data.url + '[/video]\n';
|
||||
addeditortext(bbcode);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue