small_fix

This commit is contained in:
ben8
2025-11-01 15:43:35 +01:00
parent 4f320d5c8b
commit 57d325df17

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);
} }