added sku and ready for tracking
This commit is contained in:
@@ -364,8 +364,13 @@
|
||||
|
||||
if (response.success) {
|
||||
// $("#login-response-msg").html(response);
|
||||
// console.log();
|
||||
location.reload();
|
||||
// console.log(response);
|
||||
// location.reload();
|
||||
if (response.redirect != "") {
|
||||
window.location = response.redirect;
|
||||
} else {
|
||||
location.reload();
|
||||
}
|
||||
} else {
|
||||
$("#login-response-msg").html(response.message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user