Renamed overview to dashboard (#80)

This commit is contained in:
Mawoka
2022-08-11 15:27:28 +02:00
parent b98299d022
commit 4a7bc2a589
11 changed files with 29 additions and 12 deletions
+1 -1
View File
@@ -97,7 +97,7 @@
if (res.ok) {
confirm_to_leave = false;
console.log(confirm_to_leave);
window.location.href = '/overview';
window.location.href = '/dashboard';
} else {
alert('Error');
}