()
| 451 | } |
| 452 | |
| 453 | const clickEvent = () => { |
| 454 | rsg.selectedValues[rsg.commandType] = name; |
| 455 | rsg.update(); |
| 456 | |
| 457 | // if (document.querySelector('#auto-copy-switch').checked) { |
| 458 | // rsg.copyToClipboard(reverseShellCommand.innerText) |
| 459 | // } |
| 460 | } |
| 461 | |
| 462 | selectionButton.innerText = name; |
| 463 | selectionButton.classList.add("list-group-item", "list-group-item-action"); |
nothing calls this directly
no outgoing calls
no test coverage detected