This commit is contained in:
ben8
2025-10-31 20:26:33 +01:00
parent bd3c956e19
commit 4f320d5c8b

View File

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