()
| 599 | } |
| 600 | |
| 601 | function initialize_port_page() { |
| 602 | for (let i = 0; i < PortList.length; i++) { |
| 603 | get_counts(api_map["censys_ports"] + "?port=" + PortList[i] + "&type=count", "portCount:" + PortList[i]); |
| 604 | } |
| 605 | window.setTimeout(assignPortEventListeners, 3000); |
| 606 | } |
| 607 | |
| 608 | function initialize_scan_port_page() { |
| 609 | for (let i = 0; i < ScanServicesList.length; i++) { |
no test coverage detected