summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
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];