fix connected time not shown on ajax loaded connections

This commit is contained in:
Mario Vavti 2016-10-12 10:59:19 +02:00
parent 205bc96827
commit 050c0752f9
2 changed files with 7 additions and 6 deletions

View File

@ -854,6 +854,7 @@ function pageUpdate() {
scroll_next = false;
updatePageItems(update_mode,data);
$("#page-spinner").spin(false);
$(".autotime").timeago();
in_progress = false;
});
}