mirror of
https://github.com/ae-utbm/sith.git
synced 2025-09-14 03:55:50 +00:00
HTMXify club members page
This commit is contained in:
@@ -17,7 +17,8 @@ document.addEventListener("alpine:init", () => {
|
||||
this.$watch("basket", () => {
|
||||
this.saveBasket();
|
||||
});
|
||||
|
||||
console.log(lastPurchaseTime);
|
||||
console.log(localStorage.basketTimestamp);
|
||||
// Invalidate basket if a purchase was made
|
||||
if (lastPurchaseTime !== null && localStorage.basketTimestamp !== undefined) {
|
||||
if (
|
||||
|
Reference in New Issue
Block a user