recentchanges
This commit is contained in:
5
dist/index.js
vendored
5
dist/index.js
vendored
@@ -28,6 +28,9 @@ function resize() {
|
||||
// Match size of parent
|
||||
svg.setAttribute("width", page.clientWidth);
|
||||
svg.setAttribute("height", page.clientHeight);
|
||||
|
||||
// Checks if narrow device
|
||||
if (x>600){ g.querySelector("#cats").classList.add("expanded")}
|
||||
}
|
||||
|
||||
async function doload () {
|
||||
@@ -105,4 +108,4 @@ specialclosebutton.addEventListener("click", function (e) {
|
||||
specialselect.addEventListener("input", function (e) {
|
||||
console.log("specialselect", specialselect.value);
|
||||
set_special(specialselect.value);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user