()
| 482 | } |
| 483 | } |
| 484 | function hideDorkOptionsModal() { |
| 485 | if (UI.dorkOptionsModal) { |
| 486 | UI.dorkOptionsModal.style.display = "none"; |
| 487 | } |
| 488 | } |
| 489 | function updateAutoImportListVisibility() { |
| 490 | if ( |
| 491 | UI.autoImportListRow && |
no outgoing calls
no test coverage detected