Added custom background-color

This commit is contained in:
Mawoka
2022-09-26 18:26:22 +02:00
parent 489d5c96d6
commit 7762f6632e
12 changed files with 239 additions and 122 deletions
+1 -1
View File
@@ -113,7 +113,7 @@
if (res.ok) {
confirm_to_leave = false;
console.log(confirm_to_leave);
window.location.href = '/dashboard';
// window.location.href = '/dashboard';
} else {
alert('Error');
}