Resolve "Fragentyp: Ort suchen" #270

Merged
jvs merged 13 commits from 85-fragentyp-ort-suchen into master 2025-11-01 18:41:42 +00:00
Showing only changes of commit 57d325df17 - Show all commits

View File

@@ -312,7 +312,7 @@ class="px-6 py-2 bg-blue-500 hover:bg-blue-600 text-white font-semibold rounded-
setTimeout(() => { setTimeout(() => {
submitAnswer( -1 ); submitAnswer(-1);
window.location.href = data.redirect_url; window.location.href = data.redirect_url;
}, 1000); }, 1000);
} }