Fix
This commit is contained in:
@@ -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 %}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user