Extract grid cap count to own file

This commit is contained in:
Christoph Hagen
2023-01-15 14:01:23 +01:00
parent d516c1acd6
commit b91d196a37
3 changed files with 2 additions and 1 deletions

View File

@ -30,5 +30,6 @@
<div id="selected-cap-circle"></div>
</div>
</body>
<script src="count.js"></script>
<script src="grid.js?v=2"></script>
</html>