Skip to content

Commit

Permalink
Last whitespace adjusting
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Lester3 committed Dec 13, 2024
1 parent 8ef36eb commit ce1765c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EssentialCSharp.Web/wwwroot/js/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function findCurrentPage(path, items) {
for (const item of items) {
const itemPath = [item, ...path];
if (
window.location.href.endsWith("/" + item.href) ||
window.location.href.endsWith("/" + item.href) ||
window.location.href.endsWith("/" + item.key)
) {
return itemPath;
Expand Down

0 comments on commit ce1765c

Please sign in to comment.