fix connected time not shown on ajax loaded connections
This commit is contained in:
parent
205bc96827
commit
050c0752f9
@ -854,6 +854,7 @@ function pageUpdate() {
|
||||
scroll_next = false;
|
||||
updatePageItems(update_mode,data);
|
||||
$("#page-spinner").spin(false);
|
||||
$(".autotime").timeago();
|
||||
in_progress = false;
|
||||
});
|
||||
}
|
||||
|
@ -4,13 +4,13 @@ $(document).ready(function() {
|
||||
});
|
||||
|
||||
$("#contacts-search").keyup(function(event){
|
||||
if(event.keyCode == 13){
|
||||
$("#contacts-search").click();
|
||||
}
|
||||
if(event.keyCode == 13){
|
||||
$("#contacts-search").click();
|
||||
}
|
||||
});
|
||||
$(".autocomplete-w1 .selected").keyup(function(event){
|
||||
if(event.keyCode == 13){
|
||||
$("#contacts-search").click();
|
||||
}
|
||||
if(event.keyCode == 13){
|
||||
$("#contacts-search").click();
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user