Spaces:
Sleeping
Sleeping
Update templates/proposed-GUI.html
Browse files
templates/proposed-GUI.html
CHANGED
|
@@ -1565,6 +1565,7 @@ function getData(form) {
|
|
| 1565 |
dropboxLink=data[1];
|
| 1566 |
spreadsheetURL=data[2];
|
| 1567 |
list1= data[3] // list of pdf markups
|
|
|
|
| 1568 |
|
| 1569 |
|
| 1570 |
}
|
|
@@ -1626,7 +1627,7 @@ function getData(form) {
|
|
| 1626 |
pdfpath.push(formvalues['selectproj'],formvalues['selectprojp'] ,formvalues['selectprojs'])
|
| 1627 |
var rightsideids=[];
|
| 1628 |
|
| 1629 |
-
if (formvalues['selectprojs'].startsWith('1.0') || formvalues['selectprojs'].startsWith('3.2')
|
| 1630 |
{// Set the interval in milliseconds
|
| 1631 |
const interval = 20000;
|
| 1632 |
const initialDelay = 0;
|
|
|
|
| 1565 |
dropboxLink=data[1];
|
| 1566 |
spreadsheetURL=data[2];
|
| 1567 |
list1= data[3] // list of pdf markups
|
| 1568 |
+
SimilarAreaDictionary=data[4];
|
| 1569 |
|
| 1570 |
|
| 1571 |
}
|
|
|
|
| 1627 |
pdfpath.push(formvalues['selectproj'],formvalues['selectprojp'] ,formvalues['selectprojs'])
|
| 1628 |
var rightsideids=[];
|
| 1629 |
|
| 1630 |
+
if (formvalues['selectprojs'].startsWith('1.0') || formvalues['selectprojs'].startsWith('3.2') || formvalues['selectprojs'].startsWith('2.8') )
|
| 1631 |
{// Set the interval in milliseconds
|
| 1632 |
const interval = 20000;
|
| 1633 |
const initialDelay = 0;
|