🐛 Uncommented commented-out statement for testing purposes
This commit is contained in:
@@ -113,7 +113,7 @@
|
|||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
confirm_to_leave = false;
|
confirm_to_leave = false;
|
||||||
console.log(confirm_to_leave);
|
console.log(confirm_to_leave);
|
||||||
// window.location.href = '/dashboard';
|
window.location.href = '/dashboard';
|
||||||
} else {
|
} else {
|
||||||
alert('Error');
|
alert('Error');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user