MickVerhagen (Talk | contribs) |
|||
Line 26: | Line 26: | ||
console.log("start generating logbook..."); | console.log("start generating logbook..."); | ||
var logJSON = logJSONObj; | var logJSON = logJSONObj; | ||
+ | console.log(logJSON); | ||
var log = document.getElementById("log-container"); | var log = document.getElementById("log-container"); | ||
// var dates = Object.keys(logtext).length; | // var dates = Object.keys(logtext).length; | ||
Line 34: | Line 35: | ||
}; | }; | ||
for(var key in logJSON) { | for(var key in logJSON) { | ||
+ | console.log(key); | ||
let btn = document.createElement("BUTTON"); | let btn = document.createElement("BUTTON"); | ||
btn.classList.add("accordion"); | btn.classList.add("accordion"); |
Revision as of 15:27, 15 October 2018
Log book
Log book is recorded weekly, you may find the significant breakthroughs in chronological order.
Categories: