Fixed typo.
This commit is contained in:
parent
2d989b3085
commit
c68d41b27c
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue