Marthee commited on
Commit
8dd1301
·
verified ·
1 Parent(s): 2b80d55

Update templates/proposed-GUI.html

Browse files
Files changed (1) hide show
  1. templates/proposed-GUI.html +3 -4
templates/proposed-GUI.html CHANGED
@@ -1569,9 +1569,8 @@ function getData(form) {
1569
  // SimilarAreaDictionary=data[1];
1570
  listofimages=data[0];
1571
  dropboxLinks=data[1];
1572
-
1573
- // spreadsheetId=data[3];
1574
- // spreadsheetURL=data[4];
1575
  // list1= data[5]
1576
 
1577
 
@@ -1617,7 +1616,7 @@ function getData(form) {
1617
  console.log(listofimages.length)
1618
  for(var p=0;p<listofimages.length;p++)
1619
  {
1620
- ImgSide(listofimages[p],'#',dropboxLinks[p])
1621
  }
1622
  }
1623
  getlegendstoDirectory()
 
1569
  // SimilarAreaDictionary=data[1];
1570
  listofimages=data[0];
1571
  dropboxLinks=data[1];
1572
+ // spreadsheetId=data[2];
1573
+ spreadsheetURLs=data[2];
 
1574
  // list1= data[5]
1575
 
1576
 
 
1616
  console.log(listofimages.length)
1617
  for(var p=0;p<listofimages.length;p++)
1618
  {
1619
+ ImgSide(listofimages[p],spreadsheetURLs[p],dropboxLinks[p])
1620
  }
1621
  }
1622
  getlegendstoDirectory()