22 lines
580 B
Plaintext
22 lines
580 B
Plaintext
26th MAR 2017
|
|
=============
|
|
Global Variables:
|
|
-Added eventArray for storing KSE events
|
|
-Added lastKnownPosition for tracking of where the latest events are
|
|
|
|
index.html:
|
|
-Added Custom Event Diag for config
|
|
|
|
styles.css:
|
|
-Styled to fit at 40% width under #resultsTable, #eventsTable
|
|
|
|
v6CommonAPI.js:
|
|
-added readEventLog(); <- Extracts Event Logs
|
|
|
|
engine.js:
|
|
-Added updateEventsLog(content,status);
|
|
|
|
Bug Fix:
|
|
- Added Var for each for loop. Might be the cause of race conditions.
|
|
- Added for loop into useCase1.js for a for loop example
|
|
- Added deleteAllbutton in usecase1.js Routine 1 |