aboutsummaryrefslogtreecommitdiff
path: root/emccpre.js
diff options
context:
space:
mode:
Diffstat (limited to 'emccpre.js')
-rw-r--r--emccpre.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/emccpre.js b/emccpre.js
index 31ddc71..a175b30 100644
--- a/emccpre.js
+++ b/emccpre.js
@@ -522,6 +522,6 @@ function initPuzzle() {
// it's probably safe to hide the 'sorry, no puzzle here' div and
// show the div containing the actual puzzle.
document.getElementById("apology").style.display = "none";
- document.getElementById("puzzle").style.display = "inline";
+ document.getElementById("puzzle").style.display = "";
};
}