Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
/* 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;
// 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 () {