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",