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(); }