diff options
author | pommicket <pommicket@gmail.com> | 2025-09-24 15:30:07 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-24 15:36:30 -0400 |
commit | 4ee0e5cd0425602d6c1e2357514f9d0876cf5148 (patch) | |
tree | 8374330d69ee8d51e08e0a76e65a3bdfc2568973 /pub/index.html | |
parent | 569eeca1f591c76090e3efcfdef96f0c4e13e817 (diff) |
Various fixes to extractor script
We no longer mislabel plays as invalid and the positions
are actually correct now.
Diffstat (limited to 'pub/index.html')
-rw-r--r-- | pub/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pub/index.html b/pub/index.html index ce7c9d8..b09e55a 100644 --- a/pub/index.html +++ b/pub/index.html @@ -6,7 +6,7 @@ <title>BlankPlays</title> <link rel="icon" href="/icon.png"> <link rel="stylesheet" href="/index.css?v=1"> - <script src="/blankplays.js?v=4" id="main-script" async></script> + <script src="/blankplays.js?v=5" id="main-script" async></script> </head> <body> <script blocking="render"> |