Spaces:
Sleeping
Sleeping
Update templates/proposed-GUI.html
Browse files
templates/proposed-GUI.html
CHANGED
|
@@ -5000,6 +5000,7 @@ function getAddedTablesDataSimple_modified() {
|
|
| 5000 |
}
|
| 5001 |
|
| 5002 |
console.log('All table data (grouped, ordered by selection, no pdf names):', result);
|
|
|
|
| 5003 |
return result;
|
| 5004 |
}
|
| 5005 |
|
|
|
|
| 5000 |
}
|
| 5001 |
|
| 5002 |
console.log('All table data (grouped, ordered by selection, no pdf names):', result);
|
| 5003 |
+
console.log('Selected schedules:', doorSchedulePDFs);
|
| 5004 |
return result;
|
| 5005 |
}
|
| 5006 |
|