streamlined manual entry redirects back to related overview page
Build and Push Docker Image / build-and-push (pull_request) Successful in 58s
Python Code Quality / python-code-quality (pull_request) Successful in 10s
Python Test / python-test (pull_request) Successful in 18s

This commit is contained in:
Brian Bjarke Jensen
2025-11-12 15:53:35 +01:00
parent 4f3bc36168
commit 5b8a19b2ad
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -235,7 +235,7 @@
<button <button
type="button" type="button"
class="button secondary" class="button secondary"
onclick="window.location.href='/'" onclick="window.location.href='/diapers.html'"
> >
Cancel Cancel
</button> </button>
@@ -431,7 +431,7 @@
"success", "success",
); );
setTimeout(() => { setTimeout(() => {
window.location.href = "/"; window.location.href = "/diapers.html";
}, 1000); }, 1000);
} else { } else {
const errorData = await response.json(); const errorData = await response.json();
+1 -1
View File
@@ -394,7 +394,7 @@
} }
function goBack() { function goBack() {
window.location.href = "/"; window.location.href = "/feedings.html";
} }
</script> </script>
</body> </body>
+1 -1
View File
@@ -378,7 +378,7 @@
} }
function goBack() { function goBack() {
window.location.href = "/"; window.location.href = "/sleep.html";
} }
</script> </script>
</body> </body>