]> git.cworth.org Git - lmno-server/commitdiff
Drop TWL word list from Letter Rip client
authorCarl Worth <cworth@cworth.org>
Thu, 12 Mar 2026 04:54:42 +0000 (21:54 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 12 Mar 2026 04:54:42 +0000 (21:54 -0700)
We shifted word validation from the client to the server a while back,
but forgot to delete the dictionary. With this commit, the client
download will be reduced significantly for this game.

templates/letterrip-game.html

index 21422b51b85db87c4f40771bb98e82a0ec9763dc..a3a73a7768b0420ed42deca0bf659584af5bc388 100644 (file)
@@ -6,7 +6,6 @@
 
 <script src="/react.js"></script>
 <script src="/react-dom.js"></script>
-<script src="/letterrip/twl.js"></script>
 <script type="module" src="/letterrip/letterrip.js"></script>
 {% endblock %}