seanysean / learnchess-old

https://learnchess.neocities.org/
0 stars 0 forks source link

Remove the 1s delay before the analysis board "loads" #70

Closed seanysean closed 7 years ago

seanysean commented 7 years ago

Remove:

setTimeout(function() {
  $(".loader").css("opacity","0");
}, 1000);

And just replace with simple $(".loader").css("opacity","0"); at end of page.