From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 04:08:59 +0000 (-0400) Subject: spelling: widgets X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bfc1b7f2987899bbaaedd1aa9321b2421995981a;p=friendica.git spelling: widgets Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- 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"); }