Commit f4f3716de52dbb2736d18fcb92299ecd4fa2254b

Fix typo!!

  Arrgh - third time!
  
2424 $('#viz-container').html('<h3>Loading..</h3>');
2525
2626 var csvfile = (type === 'grins') ? 'static/grinsdata.csv' :
27 'static/fieldsurveydata1.csv';
27 'static/fieldsurveydata.csv';
2828 d3.csv(csvfile, function(d) {
2929 if(type === 'field') {
3030 //do some sanitizing, and parse number strings to numbers..