From 54dcaba515afba40113cb4e2656474abcbc0b954 Mon Sep 17 00:00:00 2001 From: Herman Schaaf Date: Tue, 9 Feb 2016 22:41:25 +0800 Subject: [PATCH] parse JSON --- templates/report.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/report.html b/templates/report.html index 6e34416..858a40c 100644 --- a/templates/report.html +++ b/templates/report.html @@ -310,7 +310,7 @@ // we need to load the results loadData.call($("form#check_form")[0], true); } else { - populateResults(response); + populateResults(JSON.parse(response)); $(".container-loading").slideUp(); }