From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 26 Mar 2023 01:59:56 +0000 (-0400) Subject: spelling: if X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ad1616675e0b3489be1663e62321bceffe340ad3;p=friendica.git spelling: if Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/view/theme/frio/templates/theme_settings.tpl b/view/theme/frio/templates/theme_settings.tpl index ec509714c8..a554b39097 100644 --- a/view/theme/frio/templates/theme_settings.tpl +++ b/view/theme/frio/templates/theme_settings.tpl @@ -202,7 +202,7 @@ } }); - // 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(); }