mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-27 09:58:44 +01:00
help on the left, board centered
This commit is contained in:
parent
9172550416
commit
9ef10bf62e
1 changed files with 1 additions and 1 deletions
|
@ -147,9 +147,9 @@ function format_help( ) {
|
||||||
|
|
||||||
function display_level( state, elt ) {
|
function display_level( state, elt ) {
|
||||||
var starhtml = '<div class="gstar">';
|
var starhtml = '<div class="gstar">';
|
||||||
|
starhtml += '<aside id="help">' + format_help( state ) + '</aside>';
|
||||||
starhtml += '<div id="blackboard">' + format_level( state, false ) + '</div>';
|
starhtml += '<div id="blackboard">' + format_level( state, false ) + '</div>';
|
||||||
starhtml += '<aside id="infos">' + format_infos( state ) + '</aside>';
|
starhtml += '<aside id="infos">' + format_infos( state ) + '</aside>';
|
||||||
starhtml += '<aside id="help">' + format_help( state ) + '</aside>';
|
|
||||||
starhtml += '</div>';
|
starhtml += '</div>';
|
||||||
$( elt ).html( starhtml );
|
$( elt ).html( starhtml );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue