narbar for favorites

This commit is contained in:
Anthony Stirling
2023-05-12 18:16:47 +01:00
parent a1fae66800
commit bd1ab5e80b
2 changed files with 62 additions and 1 deletions

View File

@@ -138,6 +138,7 @@ filter: invert(0.2) sepia(2) saturate(50) hue-rotate(190deg);
localStorage.removeItem(cardId);
}
reorderCards();
updateFavoritesDropdown();
}
function reorderCards() {
@@ -169,6 +170,7 @@ filter: invert(0.2) sepia(2) saturate(50) hue-rotate(190deg);
}
});
reorderCards();
updateFavoritesDropdown();
}
window.onload = initializeCards;