Reload after adding and removing products
This commit is contained in:
parent
9a406ff382
commit
b946ce1ad7
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue