Skip to content

Commit 8ef36eb

Browse files
Adjust whitespace
1 parent 20a165a commit 8ef36eb

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

EssentialCSharp.Web/wwwroot/js/site.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ const completedFeaturesList = [
8080
function findCurrentPage(path, items) {
8181
for (const item of items) {
8282
const itemPath = [item, ...path];
83-
if (window.location.href.endsWith("/" + item.href) ||
83+
if (
84+
window.location.href.endsWith("/" + item.href) ||
8485
window.location.href.endsWith("/" + item.key)
8586
) {
8687
return itemPath;

0 commit comments

Comments
 (0)