refactor(es modules): temporary remove alias

This commit is contained in:
Azgaar 2022-06-27 00:17:34 +03:00
parent 4814bce58d
commit 4feed39d5c
68 changed files with 165 additions and 148 deletions

View file

@ -3,6 +3,8 @@
// version and caching control
const version = "1.87.04"; // generator version, update each time
console.log(`version: ${version}`);
{
document.title += " v" + version;
const loadingScreenVersion = document.getElementById("version");