challenge description separator •

This commit is contained in:
Thibault Duplessis 2016-02-04 18:06:50 +07:00
parent 726e73cd0a
commit def4c2417c
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ net {
ip = "5.196.91.160" ip = "5.196.91.160"
asset { asset {
domain = ${net.domain} domain = ${net.domain}
version = 832 version = 833
} }
} }
play { play {

View file

@ -83,7 +83,7 @@ function challenge(ctrl, dir) {
c.rated ? 'Rated' : 'Casual', c.rated ? 'Rated' : 'Casual',
timeControl(c.timeControl), timeControl(c.timeControl),
c.variant.name c.variant.name
].join(' ')) ].join(' '))
]), ]),
m('div.buttons', (dir === 'in' ? inButtons : outButtons)(ctrl, c)) m('div.buttons', (dir === 'in' ? inButtons : outButtons)(ctrl, c))
]); ]);