Skip to content

Commit

Permalink
dedup feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
colarusso committed Sep 17, 2023
1 parent 7260aa0 commit 4b8fc7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ document.addEventListener("DOMContentLoaded", function() {
var ratings_std = 0;

function updateFeedList(loadFeeds = false, singlefeed="") {
rssFeeds = removeDuplicates(rssFeeds);
localStorage.setItem("feeds", JSON.stringify(rssFeeds));
let upTFIDF = JSON.parse(localStorage.getItem("upTFIDF")) || {};
let downTFIDF = JSON.parse(localStorage.getItem("downTFIDF")) || {};
Expand Down

0 comments on commit 4b8fc7a

Please sign in to comment.