From 75e0cf519cd599a7c8f14affe7489939a13add4d Mon Sep 17 00:00:00 2001 From: nate smith Date: Sun, 18 Feb 2024 15:30:54 -0800 Subject: [PATCH] ; --- assets/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/main.js b/assets/main.js index a0da685..a09fcd2 100644 --- a/assets/main.js +++ b/assets/main.js @@ -185,7 +185,7 @@ class PoemLines extends HTMLDivElement { reset() { this.querySelectorAll("div.line").forEach(invoker("remove")); - this.init() + this.init(); } add() {