Update the cookie number in the control panel when a cookie is deleted
This commit is contained in:
parent
493be4941b
commit
0b89364c41
|
|
@ -981,6 +981,10 @@ var tarteaucitron = {
|
||||||
if (document.getElementById('tarteaucitronCookiesNumberBis') !== null) {
|
if (document.getElementById('tarteaucitronCookiesNumberBis') !== null) {
|
||||||
document.getElementById('tarteaucitronCookiesNumberBis').innerHTML = nb + ' cookie' + s;
|
document.getElementById('tarteaucitronCookiesNumberBis').innerHTML = nb + ' cookie' + s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for (i = 0; i < tarteaucitron.job.length; i += 1) {
|
||||||
|
tarteaucitron.cookie.checkCount(tarteaucitron.job[i]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"getLanguage": function () {
|
"getLanguage": function () {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue