Don't load custom fonts, fix scripts
All checks were successful
Build and test project / build-and-test (push) Successful in 1m47s
All checks were successful
Build and test project / build-and-test (push) Successful in 1m47s
This commit is contained in:
@@ -133,6 +133,9 @@
|
||||
}
|
||||
|
||||
// --- Initial state ---
|
||||
const loader = document.getElementById('initial-loader');
|
||||
if (loader) loader.remove();
|
||||
|
||||
const hasFileSystemAccess = KoboDevice.isSupported();
|
||||
if (hasFileSystemAccess) {
|
||||
setNavStep(1);
|
||||
|
||||
@@ -10,7 +10,7 @@ async function loadWasm() {
|
||||
|
||||
const go = new Go();
|
||||
const result = await WebAssembly.instantiateStreaming(
|
||||
fetch('../wasm/kobopatch.wasm?ts=1773690621'),
|
||||
fetch('../wasm/kobopatch.wasm?ts=1773751630'),
|
||||
go.importObject
|
||||
);
|
||||
go.run(result.instance);
|
||||
|
||||
Reference in New Issue
Block a user