mirror of
https://github.com/gchq/CyberChef
synced 2026-01-10 12:33:16 +00:00
Merge branch 'multiple-input-files' of github.com:j433866/CyberChef into multiple-input-files
This commit is contained in:
@@ -847,6 +847,7 @@ class InputWaiter {
|
||||
newTabButtonIcon.innerText = "clear";
|
||||
|
||||
newTabButton.appendChild(newTabButtonIcon);
|
||||
newTabButton.addEventListener("click", this.removeTabClick.bind(this));
|
||||
|
||||
newTab.appendChild(newTabContent);
|
||||
newTab.appendChild(newTabButton);
|
||||
|
||||
Reference in New Issue
Block a user