mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +01:00
typo
This commit is contained in:
parent
bb2cee5dff
commit
5275c5221e
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ function format_level( state ) {
|
|||
c = get_cell( state, j, i );
|
||||
classes = "starcell " + css_classes[ c ];
|
||||
if ( state.moving == c) {
|
||||
classes = classes + "selected ";
|
||||
classes = classes + " selected ";
|
||||
}
|
||||
dl = dl + "<span class=\"" + classes + "\">" + c + "</span>";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue