Changeset 377 in tmcsimulator for trunk/webapps/cmsmonitor/index.html


Ignore:
Timestamp:
04/16/2019 01:19:44 PM (7 years ago)
Author:
jdalbey
Message:

cmsmonitor renamed and updated for dir reorg

File:
1 moved

Legend:

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

    r372 r377  
    5353 
    5454 
    55     <script  src="js/common.js"></script> 
     55    <script  src="../common/js/fileutils.js"></script> 
    5656   <script> 
    5757    var cmsLocations = {}; 
     
    5959    function loadCMSlocations() 
    6060    { 
    61         loadJSON("data_layers/cms_locations_D12.gjson", function(response) 
     61        loadJSON("../cptms/data_layers/cms_locations_D12.gjson", function(response) 
    6262        { 
    6363            // Parse JSON string into object 
     
    7676        var display = document.getElementById("msgs"); 
    7777        display.innerHTML = "" 
    78         loadJSON("cms_messages.json", function(response) 
     78        loadJSON("../dynamicdata/cms_messages.json", function(response) 
    7979        { 
    8080            // Parse JSON string into object 
Note: See TracChangeset for help on using the changeset viewer.