From 59d6b869cfd9b8342f9bf623070769dbea7a0105 Mon Sep 17 00:00:00 2001 From: elioat <{ID}+{username}@users.noreply.github.com> Date: Fri, 3 Jan 2025 10:45:47 -0500 Subject: * --- html/matt-chat/index.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'html/matt-chat/index.html') diff --git a/html/matt-chat/index.html b/html/matt-chat/index.html index 17dcefe..530d36c 100644 --- a/html/matt-chat/index.html +++ b/html/matt-chat/index.html @@ -264,18 +264,21 @@ if (userMessage.toLowerCase() === '/darkmode') { toggleDarkMode(); userInput.value = ""; // Clear input after command + updateCounter(); // Reset counters return; } if (userMessage.toLowerCase() === '/clear') { clearChat(); userInput.value = ""; // Clear input after command + updateCounter(); // Reset counters return; } if (userMessage.toLowerCase() === '/help') { displayHelp(); userInput.value = ""; // Clear input after command + updateCounter(); // Reset counters return; } -- cgit 1.4.1-2-gfad0