Remove doc for removed classes

This commit is contained in:
Will Faught
2023-04-22 19:19:45 -07:00
parent a6b5e88269
commit 03a60de317
2 changed files with 1 additions and 10 deletions

View File

@@ -4,10 +4,7 @@
function paigeResize() {
var e = document.querySelector("#paige-content");
if (!e) {
e = document.querySelector(".paige-content");
if (!e) {
return;
}
return;
}
var mw = getComputedStyle(e).maxWidth;
var w;