Update RecipeWaiter.mjs
This commit is contained in:
parent
102f1a1775
commit
efcdef9543
@ -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…
x
Reference in New Issue
Block a user