Skip to content

Commit ce1765c

Browse files
Last whitespace adjusting
1 parent 8ef36eb commit ce1765c

File tree

1 file changed

+1
-1
lines changed
  • EssentialCSharp.Web/wwwroot/js

1 file changed

+1
-1
lines changed

EssentialCSharp.Web/wwwroot/js/site.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function findCurrentPage(path, items) {
8181
for (const item of items) {
8282
const itemPath = [item, ...path];
8383
if (
84-
window.location.href.endsWith("/" + item.href) ||
84+
window.location.href.endsWith("/" + item.href) ||
8585
window.location.href.endsWith("/" + item.key)
8686
) {
8787
return itemPath;

0 commit comments

Comments
 (0)