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