]> git.mxchange.org Git - friendica.git/commitdiff
spelling: user
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 21 Mar 2023 03:14:07 +0000 (23:14 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
view/theme/frio/templates/theme_settings.tpl

index a554b39097d6c60ea3e6febc3e5956fa40521108..7d47f46e2b4472887e3b1639a31d1edf4677fead 100644 (file)
                // 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) {