Fixed typo.

This commit is contained in:
Christian Welzel 2020-08-28 08:16:21 +02:00
parent 2d989b3085
commit c68d41b27c
1 changed files with 1 additions and 1 deletions

View File

@ -1596,7 +1596,7 @@ var tarteaucitron = {
tarteaucitron.makeAsync.antiGhost += 1;
tarteaucitron.addInternalScript(url, '', function () {
if (document.getElementById(id) !== null) {
document.getElementById(id).innerHTML += "<span classe='display-none'>&nbsp;</span>" + tarteaucitron.makeAsync.buffer;
document.getElementById(id).innerHTML += "<span class='display-none'>&nbsp;</span>" + tarteaucitron.makeAsync.buffer;
tarteaucitron.makeAsync.buffer = '';
tarteaucitron.makeAsync.execJS(id);
}