Line 75: | Line 75: | ||
xhr.onreadystatechange = function(){ | xhr.onreadystatechange = function(){ | ||
− | if (xhr.readyState == 4 | + | if (xhr.readyState == 4){ |
+ | if(xhr.status == "200") { | ||
console.log("start generating logbook..."); | console.log("start generating logbook..."); | ||
var logJSON = JSON.parse(xhr.responseText); | var logJSON = JSON.parse(xhr.responseText); | ||
Line 119: | Line 120: | ||
}); | }); | ||
} | } | ||
− | } | + | }} |
} | } | ||
// xhr.send(null); | // xhr.send(null); |
Revision as of 08:24, 9 October 2018
Log book
Log book is recorded weekly, you may find the significant breakthroughs in chronological order.
Categories: