Changeset 327 in tmcsimulator for trunk/webapps/js/common.js


Ignore:
Timestamp:
03/17/2019 07:00:07 PM (7 years ago)
Author:
jdalbey
Message:

Add HAR layer.

File:
1 edited

Legend:

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

    r315 r327  
    1717        xobj.send(null); 
    1818    } 
     19 
     20 
     21    function handleDialogClose(id) 
     22    { 
     23        // hide the display 
     24        document.getElementById(id).style.display = 'none' 
     25    } 
     26 
     27 
Note: See TracChangeset for help on using the changeset viewer.