From 3588e35c8778ef64bca8890f1472a39ffcbaaeb7 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:55 -0400 Subject: [PATCH] spelling: visible Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- view/theme/frio/css/style.css | 2 +- view/theme/frio/js/modal.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index ee770edf42..43d491b3aa 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -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; diff --git a/view/theme/frio/js/modal.js b/view/theme/frio/js/modal.js index 07c2d4676c..93092fa263 100644 --- a/view/theme/frio/js/modal.js +++ b/view/theme/frio/js/modal.js @@ -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 () {