Skip to content

Commit

Permalink
2.2
Browse files Browse the repository at this point in the history
- Fixed sort by category
  • Loading branch information
Sav22999 committed Oct 16, 2023
1 parent d1167d0 commit 77a9850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/all-websites.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ function getWebsitesToUse(websites_json) {

new_website["website"] = current_website;
new_website["status"] = websites_json[current_website]["enabled"];
new_website["category"] = websites_json[current_website]["category"];
new_website["category"] = checkCategory(current_website);

//since install
let number_of_days = all_dates.length;
Expand Down

0 comments on commit 77a9850

Please sign in to comment.