hide puzzle ghost

This commit is contained in:
Thibault Duplessis 2014-10-20 15:22:08 +02:00
parent 66b51bd302
commit abaaf51aff

View file

@ -41,6 +41,9 @@ object JsData extends lila.Steroids {
"movable" -> Json.obj(
"showDests" -> ctx.pref.destination
),
"draggable" -> Json.obj(
"showGhost" -> ctx.pref.highlight
),
"premovable" -> Json.obj(
"showDests" -> ctx.pref.destination
)