Initial commit
This commit is contained in:
@@ -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);});};
|
@@ -0,0 +1 @@
|
||||
{"Target":"js/main.min.fa5c2b23e07b5d9bfad267a52b4b24fdb053e6fb7524993383594926a3ac270c.js","MediaType":"application/javascript","Data":{"Integrity":"sha256-+lwrI+B7XZv60melK0sk/bBT5vt1JJkzg1lJJqOsJww="}}
|
Reference in New Issue
Block a user