mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +01:00
display_level is called later anyway
This commit is contained in:
parent
7d2bf35c5a
commit
0a59d7ba9d
1 changed files with 0 additions and 2 deletions
|
@ -319,8 +319,6 @@ function initialize_a_star( dom_container ) {
|
||||||
|
|
||||||
|
|
||||||
function start_loop( ) {
|
function start_loop( ) {
|
||||||
display_level( );
|
|
||||||
|
|
||||||
$(document).focus( );
|
$(document).focus( );
|
||||||
$(document).click( event_handler );
|
$(document).click( event_handler );
|
||||||
$(document).keydown( event_handler );
|
$(document).keydown( event_handler );
|
||||||
|
|
Loading…
Reference in a new issue