projects
/
vchess.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
On the road to problems to complete website :)
[vchess.git]
/
public
/
javascripts
/
variant.js
1
new
Vue
({
2
el
:
"#variantPage"
,
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
7
});