help on the left, board centered

This commit is contained in:
Gwenhael Le Moine 2011-07-07 14:26:29 +02:00
parent 9172550416
commit 9ef10bf62e

View file

@ -147,9 +147,9 @@ function format_help( ) {
function display_level( state, elt ) {
var starhtml = '<div class="gstar">';
starhtml += '<aside id="help">' + format_help( state ) + '</aside>';
starhtml += '<div id="blackboard">' + format_level( state, false ) + '</div>';
starhtml += '<aside id="infos">' + format_infos( state ) + '</aside>';
starhtml += '<aside id="help">' + format_help( state ) + '</aside>';
starhtml += '</div>';
$( elt ).html( starhtml );
}