Changeset 372 in tmcsimulator for trunk/webapps/cptms/js/cmsLayer.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/cmsLayer.js

    r351 r372  
    7575        span.onclick = function() 
    7676        { 
    77             handleDialogClose('cms-dialog'); 
     77            hideElementById('cms-dialog'); 
    7878        } 
    7979    }); 
     
    186186    function loadAllcmsMessages() 
    187187    { 
    188         loadJSON("cms_messages.json", function(response) 
     188        loadJSON("../dynamicdata/cms_messages.json", function(response) 
    189189        { 
    190190            // Parse JSON string into object 
Note: See TracChangeset for help on using the changeset viewer.