Typo introduce an undefined var fix #1014
This commit is contained in:
parent
b02a4f7334
commit
104714a399
|
|
@ -120,14 +120,13 @@ tarteaucitron.services.tolkai = {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
window.cfbot = tarteaucitron.user.tolkaiBot;
|
window.tcfbot = tarteaucitron.user.tolkaiBot;
|
||||||
window.TcfWbchtParams = { behaviour: 'default' };
|
window.TcfWbchtParams = { behaviour: 'default' };
|
||||||
window.display = 'iframe';
|
window.display = 'iframe';
|
||||||
tarteaucitron.addScript('https://script.tolk.ai/iframe-latest.js');
|
tarteaucitron.addScript('https://script.tolk.ai/iframe-latest.js');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// kwanko
|
// kwanko
|
||||||
tarteaucitron.services.kwanko = {
|
tarteaucitron.services.kwanko = {
|
||||||
"key": "kwanko",
|
"key": "kwanko",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue