Changeset 334 in tmcsimulator for trunk/webapps/js


Ignore:
Timestamp:
03/19/2019 10:02:12 AM (7 years ago)
Author:
jdalbey
Message:

cptms modify css layout for Chrome

Location:
trunk/webapps/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/js/cmsLayer.js

    r333 r334  
    5858        showMessage(cmsID); // note: this is async 
    5959        document.getElementById('cms-info-label').innerHTML = "CMS ID: " + 
    60             cmsID + "   LOCATION: " + event.feature.getProperty("location"); 
     60            cmsID + "   LOCATION: " + event.feature.getProperty("location") 
     61            + "  " + event.feature.getProperty("street"); 
    6162        // clear input fields 
    6263        document.getElementById('msgcontent1').value = ""; 
  • trunk/webapps/js/harLayer.js

    r333 r334  
    5858        showHARMessage(harID); // note: this is async 
    5959        document.getElementById('har-info-label').innerHTML = "HAR ID: " + 
    60             harID + "   LOCATION: " + event.feature.getProperty("location"); 
     60            harID + "   LOCATION: " + event.feature.getProperty("location") 
     61            + "  " + event.feature.getProperty("street"); 
    6162        // clear input fields 
    6263        document.getElementById('har-msgcontent1').value = ""; 
Note: See TracChangeset for help on using the changeset viewer.