From 8a943500d97598a0b49ef655dc1b5484fe5e83d8 Mon Sep 17 00:00:00 2001 From: Alexis Hovorka Date: Wed, 2 Feb 2022 00:06:53 -0700 Subject: Initial commit --- public/main.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 public/main.js (limited to 'public/main.js') diff --git a/public/main.js b/public/main.js new file mode 100644 index 0000000..dce51b8 --- /dev/null +++ b/public/main.js @@ -0,0 +1,12 @@ +document.addEventListener("DOMContentLoaded", async () => { "use strict"; + +const $ = (s,c) => (c||document).querySelector(s); +function $$(x,y,z,a){a=(z||document).querySelectorAll(x);if(typeof y=="function")[].forEach.call(a,y);return a} +function m(a,b,c){c=document;b=c.createElement(b||"p");b.innerHTML=a.trim();for(a=c.createDocumentFragment();c=b.firstChild;)a.appendChild(c);return a.firstChild} + +//if ("serviceWorker" in navigator) { +// navigator.serviceWorker.register("sw.js") +// .then(() => console.log("Service worker registered")); +//} + +}); -- cgit v1.2.3-70-g09d2