This commit is contained in:
Ross
2021-12-04 22:58:40 +00:00
parent efdfada4b2
commit 45ca79e4de
+2
View File
@@ -116,7 +116,9 @@ This series is not associated with any cases.
{% if editing_finding > 0 %} {% if editing_finding > 0 %}
$("#hidden-form").show() $("#hidden-form").show()
setTimeout(function() {
$(".view-finding-button[data-findingid={{editing_finding}}]").trigger("click"); $(".view-finding-button[data-findingid={{editing_finding}}]").trigger("click");
}, 1000)
{% endif %} {% endif %}
}); });