From 0fc4475040fe6f2be5d04d7f52702120b451c39e Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Wed, 26 Nov 2025 20:59:23 -0500 Subject: [PATCH] Fix delete button functionality and remove confirmation dialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix JavaScript event parameter passing in channels page - Add event parameter to refreshChannel and deleteChannel functions - Update onclick handlers to pass event object - Remove confirmation dialog from channel deletion - Remove success alert, just reload page after deletion 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- templates/channels.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/templates/channels.html b/templates/channels.html index ce08c19..92c3b3c 100644 --- a/templates/channels.html +++ b/templates/channels.html @@ -26,10 +26,10 @@
- - View Videos @@ -49,7 +49,7 @@ {% block scripts %}