diff options
| author | LLLL Colonq <llll@colonq> | 2024-04-02 12:54:43 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-04-02 12:54:43 -0400 |
| commit | 17eb85df48b64dd9d391cad28f58355e05ed2855 (patch) | |
| tree | 3d997324d3efc1cefc82861e058ca8badbe4dc16 /helpers.js | |
| parent | dd7f375f67251467e9799961428f87258df7282f (diff) | |
Update
Diffstat (limited to 'helpers.js')
| -rw-r--r-- | helpers.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ export async function js_track_resized_setup() { window.addEventListener("resize", () => { resized = true; }); -}; +} export function js_poll_resized() { let ret = resized; |
