Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoli79 committed Aug 23, 2024
1 parent e6778bc commit 96396de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions www/home_header.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@
}

if (document.body.querySelector(".home_feature_hed-main")) {
// if (document.body.classList.contains("feature-pro")) {
// document.body.classList.remove("feature-pro");
// document.body.classList.add("feature-lfwp");
// } else
if (document.body.classList.contains("feature-lfwp")) {
document.body.classList.remove("feature-lfwp");
document.body.classList.add("feature-cc");
Expand Down

0 comments on commit 96396de

Please sign in to comment.