all repos — NoPaste @ 12495971e4a060e3d678b16f8484eaf731a67f91

Resurrected - The PussTheCat.org fork of NoPaste

Fix the lzma worker
TheFrenchGhosty TheFrenchGhosty@posteo.is
Tue, 14 Dec 2021 18:12:12 +0100
commit

12495971e4a060e3d678b16f8484eaf731a67f91

parent

3e3c433f026c49e04d0efa0f0f39fc688ed32bb1

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M scripts/script.jsscripts/script.js

@@ -1,5 +1,4 @@

-const blob = new Blob(['importScripts("./scripts/lzma_worker.js");']); -const lzma = new LZMA(window.URL.createObjectURL(blob)); +const lzma = new LZMA("./scripts/lzma_worker.js"); let editor = null; let select = null;