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