recentchanges

This commit is contained in:
Michael Murtaugh
2019-07-22 17:20:59 +02:00
parent 004d262004
commit 8896a0ed62
21 changed files with 1148 additions and 80 deletions

5
dist/index.js vendored
View File

@@ -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);
});
});