From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 03:14:07 +0000 (-0400) Subject: spelling: user X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=13cedcc1a3d57a1af48947fec68d72f6a512d388;p=friendica.git spelling: user Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/view/theme/frio/templates/theme_settings.tpl b/view/theme/frio/templates/theme_settings.tpl index a554b39097..7d47f46e2b 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) {