Changeset 538 in tmcsimulator for trunk/webapps/einotebook/scripts/Event.js
- Timestamp:
- 12/04/2019 12:55:35 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/webapps/einotebook/scripts/Event.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/einotebook/scripts/Event.js
r515 r538 46 46 47 47 // Color constants (TODO: assign incident numbers dynamically) 48 var incidentColor = {48 /* var incidentColor = { 49 49 187: "#d8f0f3", // PowderBlue 50 50 188: "#dfecdf", // DarkSeaGreen … … 53 53 191: "#ffffcc", // Dark Orange 54 54 181: "#d8f0f3" } 55 55 */ 56 56 57 57 //========== function definitions ===========// … … 146 146 function html() 147 147 { 148 //console.log("building html for event: ", this.eventHeaderID, this.incident.color); //incidentColor[this.incident.number]);149 150 148 return "<table class='event'>" + 151 149 "<tr>" +
Note: See TracChangeset
for help on using the changeset viewer.
