[O] Better error handling

This commit is contained in:
Azalea
2024-03-18 01:32:57 -04:00
parent 5a9b7e296f
commit 6218424be3

View File

@@ -74,7 +74,7 @@
calElement.scrollLeft = calElement.scrollWidth - calElement.clientWidth
})
}).catch((e) => error = e.message);
})
}).catch((e) => error = e.message);
</script>
<main id="user-home" class="content">