Untitled

 avatar
unknown
powershell
3 years ago
170 B
8
Indexable
      $(function(){

        setInterval(function(){if ( $('#event_TimeGenerated').text()=='' ) {
          $('#event_Machine').hide();
        }},1000);
        });
Editor is loading...