]> git.mxchange.org Git - friendica.git/commitdiff
spelling: colors
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:17:05 +0000 (23:17 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:22 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
view/theme/frio/js/theme.js

index 96a1d4e49faff1dd2279f2925620c69fc2bea127..843fe97dfba7d9619ce4a040401aebbf5a86f4eb 100644 (file)
@@ -61,7 +61,7 @@ $(document).ready(function () {
 
        // add mask css url to the logo-img container
        //
-       // This is for firefox - we use a mask which looks like the friendica logo to apply user collers
+       // This is for firefox - we use a mask which looks like the friendica logo to apply user colors
        // to the friendica logo (the mask is in nav.tpl at the bottom). To make it work we need to apply the
        // correct url. The only way which comes to my mind was to do this with js
        // So we apply the correct url (with the link to the id of the mask) after the page is loaded.