weiterButton Fragen-richtig überspringen und #139 (gelöst)

This commit is contained in:
ben8
2025-06-14 15:14:54 +02:00
parent f8dad9f0bd
commit 9f0d80bc41
3 changed files with 10 additions and 3 deletions

View File

@@ -89,6 +89,7 @@
data.action === 'show_scores' &&
data.redirect_url) {
window.location.href = data.redirect_url;
submitAnswer( -1 );
}
};