MCPcopy Create free account
hub / github.com/azimjohn/jprq / removeEmptyRequestsIcon

Function removeEmptyRequestsIcon

cli/debugger/static/script.js:71–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69};
70
71const removeEmptyRequestsIcon = () => {
72 let emptyRequestsIconEl = document.getElementById("empty-requests-svg");
73 // check if empty requests icon has hidden class, if not then add it
74 if (!emptyRequestsIconEl.classList.contains("hidden")) {
75 emptyRequestsIconEl.classList.add("hidden");
76 }
77};
78
79const removeRequestNotSelectedIcon = () => {
80 let requestNotSelectedIconEl = document.getElementById("RequestNotSelectedSvg");

Callers 1

handleEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected