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

Function showDorkOptionsModal

Script/FastDork.js:475–483  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

473 }
474
475 function showDorkOptionsModal() {
476 if (UI.dorkOptionsModal) {
477 if (UI.autoImportResultList) {
478 setFieldError(UI.autoImportResultList, false);
479 }
480 validateDorkOptionsModal();
481 UI.dorkOptionsModal.style.display = "flex";
482 }
483 }
484 function hideDorkOptionsModal() {
485 if (UI.dorkOptionsModal) {
486 UI.dorkOptionsModal.style.display = "none";

Callers 1

handleGoButtonClickFunction · 0.85

Calls 2

setFieldErrorFunction · 0.85
validateDorkOptionsModalFunction · 0.85

Tested by

no test coverage detected