Changeset 373 in tmcsimulator for trunk/webapps/einotebook/notebook.js


Ignore:
Timestamp:
04/16/2019 10:11:47 AM (7 years ago)
Author:
jdalbey
Message:

Update filenames in code to match dir reorg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/einotebook/notebook.js

    r363 r373  
    118118{ 
    119119    /** Load the sim time file and extract the seconds */ 
    120     loadJSON("../sim_elapsedtime.json", function(response) 
     120    loadJSON("../dynamicdata/sim_elapsedtime.json", function(response) 
    121121    { 
    122122        try { 
Note: See TracChangeset for help on using the changeset viewer.