display_level is called later anyway

This commit is contained in:
Gwenhael Le Moine 2011-07-14 12:48:01 +02:00
parent ffd321d323
commit 4e626743a4

View file

@ -319,8 +319,6 @@ function initialize_a_star( dom_container ) {
function start_loop( ) {
display_level( );
$(document).focus( );
$(document).click( event_handler );
$(document).keydown( event_handler );