MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / toggleModal

Function toggleModal

popup/helpers/modal.js:20–22  ·  view source on GitHub ↗
(show = true)

Source from the content-addressed store, hash-verified

18}
19
20export function toggleModal(show = true) {
21 modal.classList.toggle("hide", !show);
22}
23
24export function openModal(title, body) {
25 modalTitle.innerHTML = title;

Callers 2

initModalFunction · 0.85
openModalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected