Fix typo
This commit is contained in:
parent
eab1e02e4c
commit
ed931c45e2
|
|
@ -710,8 +710,7 @@ var tarteaucitron = {
|
|||
tarteaucitron.addClickEventToId("tarteaucitronCTAButton", function () {
|
||||
location.reload();
|
||||
});
|
||||
var i,
|
||||
toggleBtns = document.getElementsByClassName("catToggleBtn"), i;
|
||||
var toggleBtns = document.getElementsByClassName("catToggleBtn"), i;
|
||||
for (i = 0; i < toggleBtns.length; i++) {
|
||||
toggleBtns[i].dataset.index = i;
|
||||
tarteaucitron.addClickEventToElement(toggleBtns[i], function () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue