Skip to content

Commit

Permalink
rings = bw
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristerNilsson committed Dec 1, 2024
1 parent cc881d3 commit e0272da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion coffee/fairpair.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Active } from './page_active.js'

export handleFile = (filename,data) -> g.tournament.fetchData filename,data

g.RINGS = {'b':'', ' ':' ', 'w':'o'}
g.RINGS = {'b':'b', ' ':' ', 'w':'w'}
g.ASCII = '0123456789abcdefg'
g.ALFABET = '123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' # 62 ronder maximalt

Expand Down
6 changes: 3 additions & 3 deletions coffee/fairpair.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e0272da

Please # to comment.