fixed redirect
Build and Push Docker Image / build-and-push (pull_request) Successful in 58s
Python Code Quality / python-code-quality (pull_request) Successful in 9s
Python Test / python-test (pull_request) Successful in 17s

This commit is contained in:
Brian Bjarke Jensen
2025-11-12 17:32:02 +01:00
parent 2a6d470a9a
commit 4dd10240ce
+2 -1
View File
@@ -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() {