Fix WebGL page readiness gating

This commit is contained in:
2026-06-10 10:46:01 +02:00
parent 623b42caf9
commit e3d66686b9
5 changed files with 45 additions and 20 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const ModuleState = {
ERROR: 'ERROR'
};
const MODULE_CACHE_BUSTER = '20260610-book-timeline-b';
const MODULE_CACHE_BUSTER = '20260610-book-timeline-d';
window.MODULE_CACHE_BUSTER = MODULE_CACHE_BUSTER;
/**