index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-29 18:02:18 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-29 18:02:18 -0700 |
commit | 187faec2dfb7959c536d6847a61be912cff9275e (patch) | |
tree | 2875104e6f5c33912dd6cfffb0c36d2982d702ad /public/index.html | |
parent | fdf9e0145ee14d4db7004c56d0e5b15cb3461e2d (diff) |
Try to simplify trooper counter
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 4a5752d..7ab9f15 100644 --- a/public/index.html +++ b/public/index.html @@ -247,7 +247,7 @@ <input type="file" accept="image/svg+xml"/> <script> - // new EventSource('/esbuild').addEventListener('change', () => location.reload()); + new EventSource('/esbuild').addEventListener('change', () => location.reload()); </script> <script src="index.js"></script> <script src="soldier_record_block.js"></script> |