Changeset 364 in tmcsimulator for trunk/webapps/EInotebook/index.html


Ignore:
Timestamp:
04/11/2019 01:24:25 PM (7 years ago)
Author:
jdalbey
Message:

Parse incidents from script to replace PopulateIncidents?.js. Fade event colors. EInotebook v0.3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/EInotebook/index.html

    r363 r364  
    11<html> 
    22  <head> 
    3     <title>Electronic Instructor Notebook v0.2</title> 
     3    <title>Electronic Instructor Notebook v0.3</title> 
    44    <meta name="apple-mobile-web-app-capable" content="yes"> 
    55    <meta name="viewport" content="width=device-width; initial-scale=1.0; user-scalable=0;"> 
     
    2020    <script type="text/javascript" src="scripts/Incidents.js"></script> 
    2121    <script type="text/javascript" src="scripts/LoadEvents.js"></script>  
    22     <script type="text/javascript" src="scripts/PopulateIncidents.js"></script> 
     22    <!--script type="text/javascript" src="scripts/PopulateIncidents.js"></script--> 
    2323    <!--script type="text/javascript" src="scripts/PopulateEvents.js"></script--> 
    2424    <script type="text/javascript" src="summary/summary.js"></script>  
Note: See TracChangeset for help on using the changeset viewer.