Changeset 377 in tmcsimulator for trunk/webapps
- Timestamp:
- 04/16/2019 01:19:44 PM (7 years ago)
- File:
-
- 1 moved
-
trunk/webapps/cmsmonitor/index.html (moved) (moved from trunk/webapps/cmsmonitor/cms_monitor.html) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/cmsmonitor/index.html
r372 r377 53 53 54 54 55 <script src=" js/common.js"></script>55 <script src="../common/js/fileutils.js"></script> 56 56 <script> 57 57 var cmsLocations = {}; … … 59 59 function loadCMSlocations() 60 60 { 61 loadJSON(" data_layers/cms_locations_D12.gjson", function(response)61 loadJSON("../cptms/data_layers/cms_locations_D12.gjson", function(response) 62 62 { 63 63 // Parse JSON string into object … … 76 76 var display = document.getElementById("msgs"); 77 77 display.innerHTML = "" 78 loadJSON(" cms_messages.json", function(response)78 loadJSON("../dynamicdata/cms_messages.json", function(response) 79 79 { 80 80 // Parse JSON string into object
Note: See TracChangeset
for help on using the changeset viewer.
