Skip to content

Commit

Permalink
fix visited page info
Browse files Browse the repository at this point in the history
  • Loading branch information
vwolfley committed Mar 23, 2024
1 parent dbc1f69 commit 4b616d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chamber/scripts/chamberJS.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (window.location.pathname === "/wdd230/chamber/directory.html" || window.loca
getLastModified();
}

if (window.location.pathname === "/wdd230/chamber/discovery.html" || window.location.pathname === "/chamber/discovery.html") {
if (window.location.pathname === "/wdd230/chamber/discover.html" || window.location.pathname === "/chamber/discover.html") {
getCopyrightYear();
getLastModified();
// Call the function to update the page visits counter
Expand Down

0 comments on commit 4b616d6

Please sign in to comment.