MCPcopy Create free account
hub / github.com/SKVNDR/FastDork / hideDorkOptionsModal

Function hideDorkOptionsModal

Script/FastDork.js:484–488  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 &&

Callers 1

handleProceedDorkOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected