summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 6ea4c01..b84f998 100644
--- a/index.html
+++ b/index.html
@@ -45,7 +45,7 @@
<script>
var CWDATA = {
board: [
- [ "T", "E", "S", "T", "","", "", "", "", "","", "", "", "", "" ],
+ [ "T", "E", {joker:"S"}, "T", "","", "", "", "", "","", "", "", "", "" ],
[ "", "", "", "", "","", "", "", "", "","", "", "", "", "" ],
[ "", "", "", "", "","", "", "", "", "","", "", "", "", "" ],
[ "", "", "", "", "","", "", "", "", "","", "", "", "", "" ],
@@ -61,7 +61,7 @@
[ "", "", "", "", "","", "", "", "", "","", "", "", "", "" ],
[ "", "", "", "", "","", "", "", "", "","", "", "", "", "" ]
],
- letters: [ "A", "B", "C", "D", "E", "F", "G" ]
+ letters: [ "A", "B", "C", "D", "E", "F", "JOKER" ]
};
</script>
<script type="module" src="index.js"></script>