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