Changeset 434 in tmcsimulator for trunk/webapps/einotebook


Ignore:
Timestamp:
07/09/2019 04:59:27 PM (7 years ago)
Author:
jdalbey
Message:

LoadEvents?.js modified to show incident start, and full script edited to move GENERAL INFO to start of tag. Fixes #164

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/einotebook/scripts/LoadEvents.js

    r429 r434  
    4545                        var theIncident = new Incident(evtTime, incidentNum, incidentTitle, desc); 
    4646                        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)); 
    4752                        break; 
    4853                    case "CAD_DATA":  
Note: See TracChangeset for help on using the changeset viewer.