]> git.mxchange.org Git - friendica.git/commitdiff
spelling: visible
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:55 +0000 (00:08 -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/css/style.css
view/theme/frio/js/modal.js

index ee770edf42670d25fe8a1cbd528ba08e9700e7db..43d491b3aaa1534c76a5adc525355d9c1f0e496f 100644 (file)
@@ -2226,7 +2226,7 @@ img.acpopup-img {
 
 /* Menubar Tabs */
 section > .tabbar-wrapper {
-       /* The tabbar shouldn't' be visibile inside
+       /* The tabbar shouldn't' be visible inside
 the section element. Only after we have
 moved it to the nav through js */
        display: none !important;
index 07c2d4676c53a01d746c9614072488f19a28f69c..93092fa263627e2ea03b56cc6b536d60aff5b617 100644 (file)
@@ -343,7 +343,7 @@ function toggleJotNav(elm) {
        // For some tab panels we need to execute other js functions.
        if (tabpanel === "jot-preview-content") {
                preview_post();
-               // Make Share button visivle in preview
+               // Make Share button visible in preview
                $("#jot-preview-share").removeClass("minimize").attr("aria-hidden", "false");
        } else if (tabpanel === "jot-fbrowser-wrapper") {
                $(function () {