spelling: if
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
980b4ec273
commit
ad1616675e
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
if($("#id_frio_background_image").val().length != 0) {
|
||||||
$("#frio_bg_image_options").show();
|
$("#frio_bg_image_options").show();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue