refactor to ES modules

This commit is contained in:
2023-12-02 13:27:37 +01:00
parent 1137d26cd6
commit 308baf0b16
8 changed files with 206 additions and 139 deletions
+1 -1
View File
@@ -22,6 +22,6 @@
<div class="days" id="championships_table"></div>
<script src="script.js"></script>
<script type="module" src="js/sso-timer.js"></script>
</body>
</html>