Compare commits
2
Commits
2a6d470a9a
...
ca1e74154f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca1e74154f | ||
|
|
4dd10240ce |
@@ -338,7 +338,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function goBack() {
|
function goBack() {
|
||||||
window.location.href = "/";
|
// Redirect to settings page if editing, otherwise home page
|
||||||
|
window.location.href = isEditMode ? "/settings.html" : "/";
|
||||||
}
|
}
|
||||||
|
|
||||||
function skipToHome() {
|
function skipToHome() {
|
||||||
|
|||||||
Reference in New Issue
Block a user