From f7e8c68a001953c05c82f0f738baa6d4cd3487df Mon Sep 17 00:00:00 2001 From: Astra Date: Thu, 19 Apr 2018 04:01:31 -0400 Subject: [PATCH] ouch --- stage2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2.js b/stage2.js index eab21a6..543d612 100644 --- a/stage2.js +++ b/stage2.js @@ -38,7 +38,7 @@ // fetch goodies.json fetch('https://endpwn.github.io/goodies.json?_=' + Date.now()) - .then(x => x.text()) + .then(x => x.json()) .then(r => __goodies = r); // EndPwn3 specific features