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 4f320d5c8b - Show all commits

View File

@@ -244,7 +244,7 @@
window.location.href = data.redirect_url;
{% if question_data.type == "order" %}
submitOrderAnswer();
{% else %}
{% elif question_data.type != "map" %}
submitAnswer(-1);
{% endif %}
}