mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-23 19:11:39 +01:00
fix screen detection
This commit is contained in:
parent
d0734456ca
commit
b79f84fff6
@ -107,7 +107,7 @@ function showCodeCopyButtons() {
|
||||
function openToc() {
|
||||
var toc = document.getElementById("toc");
|
||||
|
||||
if (toc && window.screen.width > 1500 && window.screen.height > 800) {
|
||||
if (toc && window.innerWidth > 1500 && window.innerHeight > 800) {
|
||||
toc.open = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user