pis #1

Closed
fred.boniface wants to merge 51 commits from pis into dev
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 896ff6a532 - Show all commits

View File

@ -37,7 +37,8 @@ async function insertData(json) {
const data = JSON.parse(json)
let results = 0
for(var i = 0; i < data.length; i++) { // Break into separate function. Need to
// iterate over stops.
// iterate over stops and print them in the
// format: `AVN, PRI, SHH... etc.`
tableData += `<tr><td class="code">${data[i][code]}</td>
<td class="stops">${data[i][stops]}</td></tr>`
results++