spelling: visible
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
4c6f0d0fe0
commit
3588e35c87
|
@ -2226,7 +2226,7 @@ img.acpopup-img {
|
||||||
|
|
||||||
/* Menubar Tabs */
|
/* Menubar Tabs */
|
||||||
section > .tabbar-wrapper {
|
section > .tabbar-wrapper {
|
||||||
/* The tabbar shouldn't' be visibile inside
|
/* The tabbar shouldn't' be visible inside
|
||||||
the section element. Only after we have
|
the section element. Only after we have
|
||||||
moved it to the nav through js */
|
moved it to the nav through js */
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|
|
@ -343,7 +343,7 @@ function toggleJotNav(elm) {
|
||||||
// For some tab panels we need to execute other js functions.
|
// For some tab panels we need to execute other js functions.
|
||||||
if (tabpanel === "jot-preview-content") {
|
if (tabpanel === "jot-preview-content") {
|
||||||
preview_post();
|
preview_post();
|
||||||
// Make Share button visivle in preview
|
// Make Share button visible in preview
|
||||||
$("#jot-preview-share").removeClass("minimize").attr("aria-hidden", "false");
|
$("#jot-preview-share").removeClass("minimize").attr("aria-hidden", "false");
|
||||||
} else if (tabpanel === "jot-fbrowser-wrapper") {
|
} else if (tabpanel === "jot-fbrowser-wrapper") {
|
||||||
$(function () {
|
$(function () {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user