Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
[CodeFactor] Apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
code-factor committed Jan 22, 2024
1 parent f0cc3b4 commit b8db1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/view/assets/js/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
for (var bsCollapse of sidebarCollapseList) {
bsCollapse.hide();
}
};
}
});
}

Expand All @@ -35,7 +35,7 @@
for (var bsCollapse of sidebarCollapseList) {
bsCollapse.hide();
}
};
}
});
}

Expand Down

0 comments on commit b8db1dd

Please sign in to comment.