From 088bf500e2e381b55b4bda7a37f0a23f7a6e08b2 Mon Sep 17 00:00:00 2001 From: f Date: Sun, 16 Mar 2025 04:28:21 +0300 Subject: [PATCH] remove unncecessary button --- vibe/script.js | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/vibe/script.js b/vibe/script.js index 394131e..f8de9e2 100644 --- a/vibe/script.js +++ b/vibe/script.js @@ -355,18 +355,6 @@ function showModal(app, prompt, contributor) { - @@ -419,12 +407,3 @@ document.addEventListener('keydown', (e) => { hideModal(); } }); - -// Function to handle chat button click in modal -function openModalChat() { - const modalContent = document.querySelector('.modal-content code'); - if (modalContent) { - const content = modalContent.textContent; - openInChat(null, encodeURIComponent(content.trim())); - } -} \ No newline at end of file