Changeset 372 in tmcsimulator for trunk/webapps/cptms/js
- Timestamp:
- 04/16/2019 09:15:32 AM (7 years ago)
- Location:
- trunk/webapps/cptms/js
- Files:
-
- 2 edited
-
cmsLayer.js (modified) (2 diffs)
-
harLayer.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/cptms/js/cmsLayer.js
r351 r372 75 75 span.onclick = function() 76 76 { 77 h andleDialogClose('cms-dialog');77 hideElementById('cms-dialog'); 78 78 } 79 79 }); … … 186 186 function loadAllcmsMessages() 187 187 { 188 loadJSON(" cms_messages.json", function(response)188 loadJSON("../dynamicdata/cms_messages.json", function(response) 189 189 { 190 190 // Parse JSON string into object -
trunk/webapps/cptms/js/harLayer.js
r357 r372 67 67 span.addEventListener('click',function() 68 68 { 69 h andleDialogClose('har-dialog');69 hideElementById('har-dialog'); 70 70 }); 71 71 }); … … 139 139 function loadAllharMessages() 140 140 { 141 loadJSON(" har_messages.json", function(response)141 loadJSON("../dynamicdata/har_messages.json", function(response) 142 142 { 143 143 // Parse JSON string into object
Note: See TracChangeset
for help on using the changeset viewer.
