Spaces:
Sleeping
Sleeping
Update templates/proposed-GUI.html
Browse files
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 |
-
|
| 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],
|
| 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()
|