Changeset 386 in tmcsimulator for trunk/webapps/einotebook/scripts/Evaluation.js


Ignore:
Timestamp:
04/20/2019 12:11:46 PM (7 years ago)
Author:
jdalbey
Message:

Updated LoadEvents?.js to parse all event types except CMS_EVALUATION. Modified build.xml to write svn revision number to webapps/common/js so the revision number can be included in the web page title of our apps. Write ShowRevision? function in displayutils.js to do that.

File:
1 edited

Legend:

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

    r359 r386  
    3737                var text = "<table class='evaluation'>" + 
    3838                                   "<tr>" + 
    39                                    "<th class='evaluationType' colspan='2'>" + type + " Evalution</th>" + 
     39                                   "<th class='evaluationType' colspan='2'>" + type + " Evaluation</th>" + 
    4040                                   "</tr>" + 
    4141                                   "<tr>" + 
Note: See TracChangeset for help on using the changeset viewer.