allow user-analysis of three-check variant

This commit is contained in:
Thibault Duplessis 2015-03-24 18:35:55 +01:00
parent 9f12a52b07
commit e941714f43

View file

@ -86,7 +86,8 @@ var userAnalysableVariants = [
'standard',
'fromPosition',
'chess960',
'kingOfTheHill'
'kingOfTheHill',
'threeCheck'
];
function userAnalysable(data) {