challenge description separator •

pull/1283/head
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"
asset {
domain = ${net.domain}
version = 832
version = 833
}
}
play {

View File

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