weather displays complete
This commit is contained in:
parent
c28608bb39
commit
cc61d2c6d1
34 changed files with 8106 additions and 9251 deletions
8
server/scripts/modules/utils/elem.mjs
Normal file
8
server/scripts/modules/utils/elem.mjs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
const elemForEach = (selector, callback) => {
|
||||
[...document.querySelectorAll(selector)].forEach(callback);
|
||||
};
|
||||
|
||||
export {
|
||||
// eslint-disable-next-line import/prefer-default-export
|
||||
elemForEach,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue