spelling: sidebar

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:08:26 -04:00
parent a3f4fe1ee9
commit 68c7634fa6
5 changed files with 6 additions and 6 deletions

View file

@ -42,8 +42,8 @@ $(document).ready(function () {
}
// add the class "selected" to forums widges li if li > a does have the class forum-selected
if ($("#forumlist-sidbar-ul li a").hasClass("forum-selected")) {
$("#forumlist-sidbar-ul li a.forum-selected").parent("li").addClass("selected");
if ($("#forumlist-sidebar-ul li a").hasClass("forum-selected")) {
$("#forumlist-sidebar-ul li a.forum-selected").parent("li").addClass("selected");
}
// add the class "active" to tabmenuli if li > a does have the class active