Marthee commited on
Commit
a65bd5a
·
verified ·
1 Parent(s): 10ce12d

Update templates/proposed-GUI.html

Browse files
Files changed (1) hide show
  1. templates/proposed-GUI.html +1 -1
templates/proposed-GUI.html CHANGED
@@ -2688,7 +2688,7 @@ function getData(form) {
2688
  if ( formvalues['selectprojs'].startsWith('3.2') || formvalues['selectprojs'].startsWith('3.3') )
2689
  {
2690
  console.log('elseif')
2691
- answers.push(tomeasureproj, 0,[], ratio1, ratio2 ,pdfpath);
2692
  formData.append('file',dxffile)
2693
  formData.append('answers',JSON.stringify(answers))
2694
  }
 
2688
  if ( formvalues['selectprojs'].startsWith('3.2') || formvalues['selectprojs'].startsWith('3.3') )
2689
  {
2690
  console.log('elseif')
2691
+ answers.push(tomeasureproj, 0,[], ratio1, ratio2 ,pdfpath,groupedValues);
2692
  formData.append('file',dxffile)
2693
  formData.append('answers',JSON.stringify(answers))
2694
  }