From ad1616675e0b3489be1663e62321bceffe340ad3 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sat, 25 Mar 2023 21:59:56 -0400 Subject: [PATCH] spelling: if Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- view/theme/frio/templates/theme_settings.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/templates/theme_settings.tpl b/view/theme/frio/templates/theme_settings.tpl index ec509714c..a554b3909 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(); }