Changeset 372 in tmcsimulator for trunk/webapps/cptms/js/harLayer.js


Ignore:
Timestamp:
04/16/2019 09:15:32 AM (7 years ago)
Author:
jdalbey
Message:

more dir reorg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/cptms/js/harLayer.js

    r357 r372  
    6767        span.addEventListener('click',function() 
    6868        { 
    69             handleDialogClose('har-dialog'); 
     69            hideElementById('har-dialog'); 
    7070        }); 
    7171    }); 
     
    139139    function loadAllharMessages() 
    140140    { 
    141         loadJSON("har_messages.json", function(response) 
     141        loadJSON("../dynamicdata/har_messages.json", function(response) 
    142142        { 
    143143            // Parse JSON string into object 
Note: See TracChangeset for help on using the changeset viewer.