diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-02-12 18:57:47 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-02-12 18:57:47 +0800 |
commit | b9875d9cd1231a81c9d079652bd3641978b06aaa (patch) | |
tree | e6d495a5b70f2354c5e8bd1c3823a943d6bcaf72 /index.html | |
parent | d7b95f0d040deb1b34af31c7c8e2f66c1e37686e (diff) | |
download | web-b9875d9cd1231a81c9d079652bd3641978b06aaa.tar.xz |
How the hell could that have worked???
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |