forked from study-area-cn/study-area-cn.old
4 lines
102 B
JavaScript
4 lines
102 B
JavaScript
|
if (window.innerWidth > 640) {
|
||
|
document.getElementById("toc-drawer").setAttribute('open', true)
|
||
|
}
|