From 56fc1a9fcd4260bcab739c6f0419b99493279049 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:16:57 -0400 Subject: [PATCH] spelling: bottom Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- view/theme/frio/js/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index 990fd38b1..96a1d4e49 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -62,7 +62,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 - // to the friendica logo (the mask is in nav.tpl at the botom). To make it work we need to apply the + // 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. if ($("#logo-img").length) {