1
0
Fork 0

No double json parse >.<

master
7kasper 2022-01-01 21:59:58 +01:00
parent aa55094e22
commit 6eed1b5760
No known key found for this signature in database
GPG Key ID: 4AD2FD3E13BFB86A
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@
function load() {
Util.showModal('Loading...');
Puck.eval(`require('Storage').readJSON(${JSON.stringify('presentor.json')})`,data => {
Puck.eval(`require('Storage').read(${JSON.stringify('presentor.json')})`,data => {
Util.hideModal();
loadJSON(data);
});