Cleanup some (unused) code

This commit is contained in:
2022-06-22 23:22:16 +02:00
parent 6d4224abea
commit 565c1c2be9
5 changed files with 7 additions and 12 deletions

View File

@@ -113,7 +113,7 @@
})
// Photos MutationObserver
mutationPhotos = new MutationObserver((mutationsList, observer) => {
mutationPhotos = new MutationObserver((mutationsList) => {
// When adding new childs
for (const mutation of mutationsList) {
if (mutation.type === 'childList') {

View File

@@ -27,6 +27,7 @@
<Cart />
<div class="notifications">
{#each $cartNotifications as { id, title, name, image } (id)}
<NotificationCart