mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
Update RecipeWaiter.mjs
This commit is contained in:
parent
102f1a1775
commit
efcdef9543
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ class RecipeWaiter {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hide recipe controls when output is maximised
|
// Hide recipe controls when output is maximised
|
||||||
if (document.getElementById("maximise-output").getAttribute("data-original-title" === "Restore output pane") {
|
if (document.getElementById("maximise-output".getAttribute("data-original-title").indexOf("Restore") === 0) {
|
||||||
document.getElementById("controls").style.display = "none";
|
document.getElementById("controls").style.display = "none";
|
||||||
} else {
|
} else {
|
||||||
// Show recipe controls if they are not already shown
|
// Show recipe controls if they are not already shown
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue