add admin ability to double card values
This commit is contained in:
parent
a4b0297c3f
commit
81ee2200fb
5 changed files with 22 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ export function isEmpty(x) {
|
|||
}
|
||||
|
||||
export const q = (selector, root = document) => root.querySelector(selector)
|
||||
export const qs = (selector, root = document) => root.querySelectorAll(selector)
|
||||
|
||||
const _evlisteners = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue