From bfc1b7f2987899bbaaedd1aa9321b2421995981a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:59 -0400 Subject: [PATCH] spelling: widgets Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- view/theme/frio/js/theme.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index be799281e0..4d855d9ab5 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -36,12 +36,12 @@ $(document).ready(function () { return false; }); - // add the class "selected" to group widges li if li > a does have the class group-selected + // add the class "selected" to group widgets li if li > a does have the class group-selected if ($("#sidebar-group-ul li a").hasClass("group-selected")) { $("#sidebar-group-ul li a.group-selected").parent("li").addClass("selected"); } - // add the class "selected" to forums widges li if li > a does have the class forum-selected + // add the class "selected" to forums widgets li if li > a does have the class forum-selected if ($("#forumlist-sidebar-ul li a").hasClass("forum-selected")) { $("#forumlist-sidebar-ul li a.forum-selected").parent("li").addClass("selected"); } -- 2.39.5