Changeset 623 in tmcsimulator for branches/LCSv2/views


Ignore:
Timestamp:
08/29/2020 08:19:30 AM (6 years ago)
Author:
jdalbey
Message:

LCS show lanes for On/Off? ramp Facility. Add Drop down box for user on login page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/LCSv2/views/default/submit.html

    r622 r623  
    8686  var x = document.getElementById("lanechooser") 
    8787  // 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")) 
    8989  { 
    9090     // Validate that a route has been chosen 
Note: See TracChangeset for help on using the changeset viewer.