mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Remove getOutput function, use Dish object instead
Fix inputNum error in WorkerWaiter. Replace explicit tab shadows with class lists
This commit is contained in:
parent
710223d7de
commit
a08419a4ce
3 changed files with 55 additions and 70 deletions
|
@ -1111,7 +1111,7 @@ class InputWaiter {
|
|||
});
|
||||
} else if (numTabs === this.maxTabs) {
|
||||
// Can't create a new tab
|
||||
document.getElementById("input-tabs").lastElementChild.style.boxShadow = "-15px 0px 15px -15px var(--primary-border-colour) inset";
|
||||
document.getElementById("input-tabs").lastElementChild.classList.add("tabs-right");
|
||||
}
|
||||
|
||||
if (changeTab) this.changeTab(inputNum, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue