Minor fixes

This commit is contained in:
fbsanchez 2019-06-25 17:24:16 +02:00
parent 96ca26dc97
commit 8f914b69a6
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@ function update_event(table, id_evento, type, event_rep, row) {
var diff_s = diff_g / 1000;
if (processed >= $(".chk_val:checked").length) {
// If operation takes less than 2 seconds, redraw.
if (diff_s < 2) {
if (diff_s < 2 || $(".chk_val:checked").length > 1) {
redraw = true;
}
if (redraw) {