parse JSON

This commit is contained in:
Herman Schaaf
2016-02-09 22:41:25 +08:00
parent ed479f7b73
commit 54dcaba515

View File

@@ -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();
}