Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- templates/cart.html +1 -1
templates/cart.html
CHANGED
@@ -222,7 +222,7 @@
|
|
222 |
location.reload();
|
223 |
|
224 |
// Recalculate subtotal dynamically
|
225 |
-
|
226 |
} else {
|
227 |
alert("Error updating quantity: " + data.error);
|
228 |
}
|
|
|
222 |
location.reload();
|
223 |
|
224 |
// Recalculate subtotal dynamically
|
225 |
+
|
226 |
} else {
|
227 |
alert("Error updating quantity: " + data.error);
|
228 |
}
|