Marthee commited on
Commit
0029c02
·
verified ·
1 Parent(s): e221568

Update templates/proposed-GUI.html

Browse files
Files changed (1) hide show
  1. templates/proposed-GUI.html +5 -6
templates/proposed-GUI.html CHANGED
@@ -1808,7 +1808,7 @@ function getData(form) {
1808
 
1809
  }
1810
 
1811
- if (formvalues['selectprojs'].startsWith('1.0') || formvalues['selectprojs'].startsWith('3.2') || formvalues['selectprojs'].startsWith('2.8') || formvalues['selectprojs'].startsWith('3.3') ) //formvalues['selectprojs'].startsWith('2.1')
1812
  {
1813
  // console.log(formData)
1814
  $.ajax({
@@ -1921,11 +1921,10 @@ function getData(form) {
1921
  if (formvalues['selectprojs'].startsWith('2.1'))
1922
  {
1923
  //ignore data[0] --> img passed directly
1924
- //dropboxLink=data[1]
1925
-
1926
- //spreadsheetId=data[2]
1927
- //spreadsheetURL=data[3]
1928
- spreadsheetURL=data[0]
1929
 
1930
  }
1931
  if (formvalues['selectprojs'].startsWith('1.0'))
 
1808
 
1809
  }
1810
 
1811
+ if (formvalues['selectprojs'].startsWith('1.0') || formvalues['selectprojs'].startsWith('3.2') || formvalues['selectprojs'].startsWith('2.8') || formvalues['selectprojs'].startsWith('3.3') ||formvalues['selectprojs'].startsWith('2.1') ) //
1812
  {
1813
  // console.log(formData)
1814
  $.ajax({
 
1921
  if (formvalues['selectprojs'].startsWith('2.1'))
1922
  {
1923
  //ignore data[0] --> img passed directly
1924
+ dropboxLink=data[1];
1925
+ spreadsheetURL=data[2];
1926
+ list1= data[3] // list of pdf markups
1927
+ SimilarAreaDictionary=data[4];
 
1928
 
1929
  }
1930
  if (formvalues['selectprojs'].startsWith('1.0'))