Changeset 623 in tmcsimulator for branches/LCSv2/views
- Timestamp:
- 08/29/2020 08:19:30 AM (6 years ago)
- File:
-
- 1 edited
-
branches/LCSv2/views/default/submit.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/LCSv2/views/default/submit.html
r622 r623 86 86 var x = document.getElementById("lanechooser") 87 87 // See if the desired choices are selected 88 if (currentType == "Lane" && currentFacility=="Mainline")88 if (currentType == "Lane" && (currentFacility=="Mainline" || currentFacility=="On Ramp" || currentFacility=="Off Ramp")) 89 89 { 90 90 // Validate that a route has been chosen
Note: See TracChangeset
for help on using the changeset viewer.
