diff --git a/js/star.js b/js/star.js index da0f9de..b1e9245 100644 --- a/js/star.js +++ b/js/star.js @@ -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 );