diff --git a/emcclib.js b/emcclib.js index 07f5f40..1cd83d0 100644 --- a/emcclib.js +++ b/emcclib.js @@ -173,7 +173,7 @@ mergeInto(LibraryManager.library, { } else { seed = UTF8ToString(seed); permalink_seed.href = "#" + seed; - permalink_seed.style.display = "inline"; + permalink_seed.style.display = ""; } }, 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 = ""; }; }