spelling: if

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-25 21:59:56 -04:00
parent 980b4ec273
commit ad1616675e
1 changed files with 1 additions and 1 deletions

View File

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