mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-24 03:21:37 +01:00
fix screen detection
This commit is contained in:
parent
d0734456ca
commit
b79f84fff6
@ -107,7 +107,7 @@ function showCodeCopyButtons() {
|
|||||||
function openToc() {
|
function openToc() {
|
||||||
var toc = document.getElementById("toc");
|
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;
|
toc.open = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user