Changeset 434 in tmcsimulator for trunk/webapps/einotebook
- Timestamp:
- 07/09/2019 04:59:27 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/webapps/einotebook/scripts/LoadEvents.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/einotebook/scripts/LoadEvents.js
r429 r434 45 45 var theIncident = new Incident(evtTime, incidentNum, incidentTitle, desc); 46 46 incidents.add(theIncident); 47 // Create an entry showing the Incident start description. Fixes ticket #164 48 var result = new Array(); 49 result.push("Description:"); 50 result.push(desc); 51 proparray.push(new Property("Incident Start",result)); 47 52 break; 48 53 case "CAD_DATA":
Note: See TracChangeset
for help on using the changeset viewer.
