mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-13 01:26:54 -04:00
Fix Travis CI fail issues
Travis CI was failing tests due to syntactical errors; fixed the errors (indentation with 4 spaces, etc).
This commit is contained in:
parent
5e05c59a5a
commit
1a906b00e7
1 changed files with 9 additions and 10 deletions
|
@ -631,8 +631,7 @@ class RecipeWaiter {
|
||||||
// Hide recipe controls when output is maximised
|
// Hide recipe controls when output is maximised
|
||||||
if (document.getElementById("i") === "fullscreen") {
|
if (document.getElementById("i") === "fullscreen") {
|
||||||
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
|
||||||
document.getElementById("controls").style.display = "inherit";
|
document.getElementById("controls").style.display = "inherit";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue