fixed redirect
This commit is contained in:
@@ -338,7 +338,8 @@
|
||||
}
|
||||
|
||||
function goBack() {
|
||||
window.location.href = "/";
|
||||
// Redirect to settings page if editing, otherwise home page
|
||||
window.location.href = isEditMode ? "/settings.html" : "/";
|
||||
}
|
||||
|
||||
function skipToHome() {
|
||||
|
||||
Reference in New Issue
Block a user