kopia lustrzana https://github.com/friendica/friendica
Merge pull request #6996 from BinkaDroid/patch-1
fixing error "json not defined" in friopull/7000/head
commit
2133decf4c
|
@ -232,7 +232,7 @@
|
||||||
if (!isExtern) {
|
if (!isExtern) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var bbcode = '\n[video]' + json.url + '[/video]\n';
|
var bbcode = '\n[video]' + data.url + '[/video]\n';
|
||||||
addeditortext(bbcode);
|
addeditortext(bbcode);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue