mirror of
https://github.com/gojp/goreportcard.git
synced 2026-02-04 19:52:08 +08:00
parse JSON
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user