]> git.cworth.org Git - zombocom-ai/blobdiff - index.html
Revert "Don't show any images until the user generates a new one"
[zombocom-ai] / index.html
index 59d87e12135605f9c612000527ae2c1ae7e44480..012995cbe96285715b24284a18f761c4e43b2aa1 100644 (file)
@@ -74,7 +74,7 @@
       </form>
     </p>
 
-    <div id="images" style="display: none">
+    <div id="images">
     </div>
 
     <audio loop="" src="/zombo_words.mp3" type="audio/mpeg"></audio>
@@ -224,8 +224,6 @@ mute.addEventListener("click", () => {
         /* Re-display the form and hide spinner now that generation is over. */
         clearTimeout(spinner_timeout);
         hide_spinner();
-        /* Also display all of the images. */
-        images.style.display = "block";
     });
 
     function random_from(items) {