From b9875d9cd1231a81c9d079652bd3641978b06aaa Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Tue, 12 Feb 2019 18:57:47 +0800 Subject: How the hell could that have worked??? --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e9e6098..375692b 100644 --- a/index.html +++ b/index.html @@ -522,7 +522,7 @@ function swonload(){ h.send(); h.onload=function() { - var ro=JSON.parse(h.responseText.split('\n')) + var ro=JSON.parse(h.responseText) for(var i=ro.length-1;i>=0;--i) { var o=ro[i]; -- cgit v1.2.3