From 13cedcc1a3d57a1af48947fec68d72f6a512d388 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 20 Mar 2023 23:14:07 -0400 Subject: [PATCH] spelling: user 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 a554b3909..7d47f46e2 100644 --- a/view/theme/frio/templates/theme_settings.tpl +++ b/view/theme/frio/templates/theme_settings.tpl @@ -192,7 +192,7 @@ // Create colorpickers $("#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(){ var elText = $(this).val(); if(elText.length !== 0) {