Initial commit

This commit is contained in:
kimcc
2020-02-02 11:13:02 -06:00
commit 53f2ace0f4
138 changed files with 2178 additions and 0 deletions

View File

@@ -0,0 +1 @@
window.onload=wrapTable();function wrapTable(){const tables=document.querySelectorAll('table');tables.forEach((table)=>{const tableWrapper=document.createElement('div');tableWrapper.className='table-wrapper';table.parentElement.replaceChild(tableWrapper,table);tableWrapper.appendChild(table);});};

View File

@@ -0,0 +1 @@
{"Target":"js/main.min.fa5c2b23e07b5d9bfad267a52b4b24fdb053e6fb7524993383594926a3ac270c.js","MediaType":"application/javascript","Data":{"Integrity":"sha256-+lwrI+B7XZv60melK0sk/bBT5vt1JJkzg1lJJqOsJww="}}