mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-21 22:54:53 +08:00
Tidy up Javascript files
This commit is contained in:
@@ -37,6 +37,9 @@ if (!navigator.clipboard) {
|
||||
}
|
||||
}
|
||||
|
||||
const $ = query => document.getElementById(query);
|
||||
const $$ = query => document.querySelector(query);
|
||||
|
||||
const zipper = (() => {
|
||||
|
||||
let zipWriter;
|
||||
|
||||
Reference in New Issue
Block a user