From 7971784bece4f1f4ab555fa4bc5f6dbd4e297612 Mon Sep 17 00:00:00 2001 From: Jacoder23 Date: Mon, 31 Oct 2022 20:52:05 +0800 Subject: [PATCH] v1.2.1 - Fixed issue with final idea from flashback not appearing --- index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.html b/index.html index d208716..1f76b90 100644 --- a/index.html +++ b/index.html @@ -3526,10 +3526,6 @@ DIOTIMA: *All I could do was try and learn how to love better next time.* var newItem = "Love is, despite suffering, ultimately good."; inventory.indexOf(newItem) === -1 ? inventory.push(newItem) : console.log("This idea already exists"); - -if (inventory.indexOf("Love is, despite suffering, ultimately good.") > -1) { - inventory.splice(inventory.indexOf("Love is, despite suffering, ultimately good."), 1); -} [continued] [CSS]