diff --git a/js/star.js b/js/star.js index d7209b2..686a10b 100644 --- a/js/star.js +++ b/js/star.js @@ -356,5 +356,5 @@ function initialize_a_star( elt ) { // kinda ugly workaround around a bug causing the canvas // not to refresh the first time (before any event) - setTimeout( function(){ display_level( state, elt ); }, 1 ); + setTimeout( function(){ display_level( state, elt ); }, 100 ); // 1/10 second }