Changed error for short range interaction out of simulation time

This commit is contained in:
Luis Aleixo 2022-03-24 13:58:55 +01:00
parent 4f6398e819
commit 70e1d2c5fc

View file

@ -559,7 +559,7 @@ function overlapped_times(obj, start_time, finish_time) {
let parameter = document.getElementById($(obj).attr('id'));
//Adds the red border and error message.
if (!$(obj).hasClass("red_border")) $(parameter).addClass("red_border");
insertErrorFor(parameter, "Simulation time.");
insertErrorFor(parameter, "Out of event time.");
return false;
}
let current_interaction = $(obj).closest(".form_field_outer_row");