We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047e7d7 commit ebd9acfCopy full SHA for ebd9acf
src/index.ts
@@ -397,7 +397,7 @@ const __BUILD_TIME__ = ''
397
};
398
399
let btime = document.getElementById("build") as HTMLElement;
400
- btime.innerText = `\n${__BUILD_MOD__}\n${__BUILD_TIME__} `;
+ btime.innerText = `${__BUILD_MOD__}\n${__BUILD_TIME__} `;
401
402
(async function initDefaultValues() {
403
console.log(location.hash);
0 commit comments