MediaWiki:Gadget-CollapsibleSidebar.js:修订间差异
imported>=海豚= 无编辑摘要 |
imported>=海豚= 无编辑摘要 |
||
| 第70行: | 第70行: | ||
$logoLink.empty().removeAttr("class").attr("id", "sidebarHidden-logo-link").append($logo); | $logoLink.empty().removeAttr("class").attr("id", "sidebarHidden-logo-link").append($logo); | ||
var hide = function () { | var hide = function () { | ||
if ($(".toc-custom").length > 0){ | |||
document.querySelector(".toc-custom").style.transform="translate(-100%, 0)"; | document.querySelector(".toc-custom").style.transform="translate(-100%, 0)"; | ||
} | |||
if (saving) { | if (saving) { | ||
return; | return; | ||
| 第83行: | 第85行: | ||
}; | }; | ||
var show = function () { | var show = function () { | ||
if ($(".toc-custom").length > 0){ | |||
document.querySelector(".toc-custom").style.transform="translate(0, 0)"; | document.querySelector(".toc-custom").style.transform="translate(0, 0)"; | ||
} | |||
if (saving) { | if (saving) { | ||
return; | return; | ||