diff --git a/website/public/scout/scripts.js b/website/public/scout/scripts.js index b788cea2..0b6501c7 100644 --- a/website/public/scout/scripts.js +++ b/website/public/scout/scripts.js @@ -243,7 +243,7 @@ function processAndAppendReturn(data,newloc) { for (var k = 0; k < questions[j][1]['elements'].length; k++) { //// 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 += "" + document.getElementById(questions[j][0]).innerHTML += "    " } } }