bbc123321 commited on
Commit
f2cf082
·
verified ·
1 Parent(s): fb77e86

Manual changes saved

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -2177,7 +2177,7 @@
2177
  let loadingTimerId = null;
2178
  let tipRotateId = null;
2179
  let loadingStart = 0;
2180
- const LOADING_DURATION = 5; // 20 seconds
2181
 
2182
  function showLoadingForBiome(biome){
2183
  document.querySelectorAll('.biome-selector').forEach(x => { x.classList.add('disabled-pane'); x.style.pointerEvents = 'none'; });
 
2177
  let loadingTimerId = null;
2178
  let tipRotateId = null;
2179
  let loadingStart = 0;
2180
+ const LOADING_DURATION = 20000; // 20 seconds
2181
 
2182
  function showLoadingForBiome(biome){
2183
  document.querySelectorAll('.biome-selector').forEach(x => { x.classList.add('disabled-pane'); x.style.pointerEvents = 'none'; });