Reload after adding and removing products

This commit is contained in:
Jay Trees 2022-02-24 14:20:07 +01:00
parent 9a406ff382
commit b946ce1ad7

View file

@ -292,7 +292,7 @@ $(function () {
onSuccess: function () {
column.fadeOut();
location.href = '/?page=wishlists';
location.reload();
},
});
}
@ -328,6 +328,8 @@ $(function () {
}
button.removeClass('loading');
location.reload();
});
return false;