fixing error "json not defined" in frio

when trying to attach video-link to post
pull/6996/head
BinkaDroid 2019-04-11 21:37:58 +02:00 zatwierdzone przez GitHub
rodzic 75387ea171
commit 2dbeae701f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);
};