From f3044cd496964354ef3bf5190fea7da5f153e67a Mon Sep 17 00:00:00 2001 From: Cristiano Pires Date: Tue, 14 Mar 2023 19:43:01 +0000 Subject: [PATCH] delete fix --- public/js/dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/dashboard.js b/public/js/dashboard.js index c8dabd8..6888098 100644 --- a/public/js/dashboard.js +++ b/public/js/dashboard.js @@ -418,7 +418,7 @@ async function updateFeed(element) function deleteFeed(element) { - var feedID = document.getElementById('ChannelName').classList[1]; + var feedID = document.getElementById('ChannelName').classList[0]; fetch(`${window.location.origin}/api/deleteFeed`, { method: "POST",