diff --git a/html/assets/js/script.js b/html/assets/js/script.js index 52dd0aa4330c97b28d26a431f372ff9c4bca0f4d..d29d51a429dc30e49b92b1879440a5d940556091 100644 --- a/html/assets/js/script.js +++ b/html/assets/js/script.js @@ -303,7 +303,8 @@ function grpPartien( date,steps,saison,runde,spieltag,Bg ){ if( St != -1 ) St=spieltag; } else { if( St > 0 ){ - window.location.href='#st'+St; + var anker=St; + setTimeout( function(){ window.location.href='#st'+anker; },500 ); St=-1; } var th='-'; var ta='-'; var dt='<i>'+new Date(date+DAY*steps).toJSON().slice(0,10)+'</i> <sup>'+(steps+LIGASPIELTAG)+'</sup>'; var st=false; done=false; var match='';