Delete payload.js
This commit is contained in:
-10
@@ -1,10 +0,0 @@
|
||||
if (sessionStorage.getItem('jbsuccess')) {
|
||||
sessionStorage.setItem('binloader', 1);
|
||||
} else {
|
||||
fetch('./payload.bin').then(res => {
|
||||
res.arrayBuffer().then(arr => {
|
||||
window.pld = new Uint32Array(arr);
|
||||
sessionStorage.setItem('jbsuccess', 1);
|
||||
})
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user