|
@@ -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'> </span>" + tarteaucitron.makeAsync.buffer;
|
|
|
+ document.getElementById(id).innerHTML += "<span class='display-none'> </span>" + tarteaucitron.makeAsync.buffer;
|
|
|
tarteaucitron.makeAsync.buffer = '';
|
|
|
tarteaucitron.makeAsync.execJS(id);
|
|
|
}
|