Spaces:
Running
Running
Manual changes saved
Browse files- 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 =
|
| 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'; });
|