change delete redirect from main page to /random !!
This commit is contained in:
@@ -216,7 +216,7 @@
|
||||
confirmBtn.disabled = false;
|
||||
} else {
|
||||
closeModal();
|
||||
window.location.href = '/';
|
||||
window.location.href = '/random';
|
||||
}
|
||||
} catch (e) {
|
||||
alert('Error: ' + e); // Or e.message
|
||||
|
||||
Reference in New Issue
Block a user