spelling: user
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
d13bccbcfd
commit
13cedcc1a3
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@
|
||||||
// Create colorpickers
|
// Create colorpickers
|
||||||
$("#frio_nav_bg, #frio_nav_icon_color, #frio_background_color, #frio_link_color, #frio_login_bg_color").colorpicker({format: 'hex', align: 'left'});
|
$("#frio_nav_bg, #frio_nav_icon_color, #frio_background_color, #frio_link_color, #frio_login_bg_color").colorpicker({format: 'hex', align: 'left'});
|
||||||
|
|
||||||
// show image options when user user starts to type the address of the image
|
// show image options when user starts to type the address of the image
|
||||||
$("#id_frio_background_image").keyup(function(){
|
$("#id_frio_background_image").keyup(function(){
|
||||||
var elText = $(this).val();
|
var elText = $(this).val();
|
||||||
if(elText.length !== 0) {
|
if(elText.length !== 0) {
|
||||||
|
|
Loading…
Reference in a new issue