|
@@ -111,7 +111,7 @@ export default {
|
|
|
|
|
|
|
|
|
this.$modal.hide('modal-loginregister')
|
|
|
- document.getElementById('pricing').classList.add('loading')
|
|
|
+ document.getElementById('main-content').classList.add('loading')
|
|
|
|
|
|
|
|
|
this.getCarts()
|
|
@@ -136,6 +136,7 @@ export default {
|
|
|
})
|
|
|
.catch((error) => {
|
|
|
console.warn('Issue with product add to cart', error)
|
|
|
+ document.getElementById('main-content').classList.remove('loading')
|
|
|
Promise.reject(error)
|
|
|
})
|
|
|
})
|