]> git.cworth.org Git - lmno.games/blobdiff - scribe/scribe.jsx
Drop back from fanct UTF to plain ASCII "+" and "o"
[lmno.games] / scribe / scribe.jsx
index d81932b7b847e6bb813993fd06a20a336a90d0ec..81296dc900194121a76d1ce2a842803451ea33e4 100644 (file)
@@ -1,8 +1,8 @@
 function team_symbol(team) {
   if (team === "+")
-    return "🞥";
+    return "+";
   else
-    return "🞇";
+    return "o";
 }
 
 function undisplay(element) {