3 data: { display: "" }, //do not show anything...
4 // TODO: listen event "show problem", avec le probleme stringifié en arg
5 // Alors: display=game, mode=friend, newGame(fen, turn, ...),
6 // et set Instructions+Soluce
8 toggleDisplay: function(elt
) {
9 if (this.display
== elt
)
10 this.display
= ""; //hide
12 this.display
= elt
; //show