]> git.mxchange.org Git - friendica.git/commitdiff
spelling: widgets
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:59 +0000 (00:08 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
view/theme/frio/js/theme.js

index be799281e037c07c063b24dd77d077f49c17a3ed..4d855d9ab5a094e6966b4e8fade333223efcff6a 100644 (file)
@@ -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");
        }