mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Merge branch 'multiple-input-files' of github.com:j433866/CyberChef into multiple-input-files
This commit is contained in:
commit
04587a8a47
2 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue