]> git.mxchange.org Git - friendica.git/commitdiff
spelling: if
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 01:59:56 +0000 (21:59 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:22 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
view/theme/frio/templates/theme_settings.tpl

index ec509714c81a35e0c6d288b95664a35a4fe540fd..a554b39097d6c60ea3e6febc3e5956fa40521108 100644 (file)
                        }
                });
 
-               // show the image options is there is already an image
+               // show the image options if there is already an image
                if($("#id_frio_background_image").val().length != 0) {
                                $("#frio_bg_image_options").show();
                }