Skip to content

Commit

Permalink
Remove development-only log
Browse files Browse the repository at this point in the history
  • Loading branch information
rpaladin committed Dec 22, 2022
1 parent 708cee0 commit 8327ddd
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,6 @@ <h1 class="fs-6 text-light">&copy; 2014 - 2022 Lubos Lenco & contributors</h1>
if (e[id].classList.contains("border-dark")) {
e[id].classList.replace("border-dark", "border-light");
if (e[id].classList.contains("accordion-item")) {
console.log('a');
e[id].style.setProperty("--bs-border-opacity", 0.1875);
}
}
Expand Down
1 change: 0 additions & 1 deletion community.html
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,6 @@ <h1 class="fs-6 text-light">&copy; 2014 - 2022 Lubos Lenco & contributors</h1>
if (e[id].classList.contains("border-dark")) {
e[id].classList.replace("border-dark", "border-light");
if (e[id].classList.contains("accordion-item")) {
console.log('a');
e[id].style.setProperty("--bs-border-opacity", 0.1875);
}
}
Expand Down
1 change: 0 additions & 1 deletion download.html
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,6 @@ <h1 class="fs-6 text-light">&copy; 2014 - 2022 Lubos Lenco & contributors</h1>
if (e[id].classList.contains("border-dark")) {
e[id].classList.replace("border-dark", "border-light");
if (e[id].classList.contains("accordion-item")) {
console.log('a');
e[id].style.setProperty("--bs-border-opacity", 0.1875);
}
}
Expand Down
1 change: 0 additions & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,6 @@ <h1 class="fs-6 text-light">&copy; 2014 - 2022 Lubos Lenco & contributors</h1>
if (e[id].classList.contains("border-dark")) {
e[id].classList.replace("border-dark", "border-light");
if (e[id].classList.contains("accordion-item")) {
console.log('a');
e[id].style.setProperty("--bs-border-opacity", 0.1875);
}
}
Expand Down
1 change: 0 additions & 1 deletion features.html
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,6 @@ <h1 class="fs-6 text-light">&copy; 2014 - 2022 Lubos Lenco & contributors</h1>
if (e[id].classList.contains("border-dark")) {
e[id].classList.replace("border-dark", "border-light");
if (e[id].classList.contains("accordion-item")) {
console.log('a');
e[id].style.setProperty("--bs-border-opacity", 0.1875);
}
}
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,6 @@ <h1 class="fs-6 text-light">&copy; 2014 - 2022 Lubos Lenco & contributors</h1>
if (e[id].classList.contains("border-dark")) {
e[id].classList.replace("border-dark", "border-light");
if (e[id].classList.contains("accordion-item")) {
console.log('a');
e[id].style.setProperty("--bs-border-opacity", 0.1875);
}
}
Expand Down
1 change: 0 additions & 1 deletion news.html
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,6 @@ <h1 class="fs-6 text-light">&copy; 2014 - 2022 Lubos Lenco & contributors</h1>
if (e[id].classList.contains("border-dark")) {
e[id].classList.replace("border-dark", "border-light");
if (e[id].classList.contains("accordion-item")) {
console.log('a');
e[id].style.setProperty("--bs-border-opacity", 0.1875);
}
}
Expand Down
1 change: 0 additions & 1 deletion notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -3443,7 +3443,6 @@ <h1 class="fs-6 text-light">&copy; 2014 - 2022 Lubos Lenco & contributors</h1>
if (e[id].classList.contains("border-dark")) {
e[id].classList.replace("border-dark", "border-light");
if (e[id].classList.contains("accordion-item")) {
console.log('a');
e[id].style.setProperty("--bs-border-opacity", 0.1875);
}
}
Expand Down
1 change: 0 additions & 1 deletion privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@ <h1 class="fs-6 text-light">&copy; 2014 - 2022 Lubos Lenco & contributors</h1>
if (e[id].classList.contains("border-dark")) {
e[id].classList.replace("border-dark", "border-light");
if (e[id].classList.contains("accordion-item")) {
console.log('a');
e[id].style.setProperty("--bs-border-opacity", 0.1875);
}
}
Expand Down
1 change: 0 additions & 1 deletion templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ <h1 class="fs-6 text-light">&copy; 2014 - 2022 Lubos Lenco & contributors</h1>
if (e[id].classList.contains("border-dark")) {
e[id].classList.replace("border-dark", "border-light");
if (e[id].classList.contains("accordion-item")) {
console.log('a');
e[id].style.setProperty("--bs-border-opacity", 0.1875);
}
}
Expand Down

0 comments on commit 8327ddd

Please sign in to comment.