mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-12 22:26:18 +00:00
testing mistakes
This commit is contained in:
parent
0a687648e0
commit
21be310e1f
@ -243,7 +243,7 @@ function processAndAppendReturn(data,newloc) {
|
|||||||
for (var k = 0; k < questions[j][1]['elements'].length; k++) {
|
for (var k = 0; k < questions[j][1]['elements'].length; k++) {
|
||||||
//// TODO: replace with real buttons for good styling
|
//// TODO: replace with real buttons for good styling
|
||||||
document.getElementById(questions[j][0]).innerHTML += questions[j][1]['elements'][k];
|
document.getElementById(questions[j][0]).innerHTML += questions[j][1]['elements'][k];
|
||||||
document.getElementById(questions[j][0]).innerHTML += "<input type='radio' name='" + questions[j][0] + "' value=" + questions[j][1]['elements'][k] + "></input>"
|
document.getElementById(questions[j][0]).innerHTML += "<input type='radio' name='" + questions[j][0] + "' value=" + questions[j][1]['elements'][k] + "></input> "
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user