mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 15:06:15 -04:00
Tidy up Javascript files
This commit is contained in:
parent
cb8d6448f5
commit
d84c7d1f84
8 changed files with 56 additions and 28 deletions
|
@ -37,6 +37,9 @@ if (!navigator.clipboard) {
|
|||
}
|
||||
}
|
||||
|
||||
const $ = query => document.getElementById(query);
|
||||
const $$ = query => document.querySelector(query);
|
||||
|
||||
const zipper = (() => {
|
||||
|
||||
let zipWriter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue