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

@@ -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();
}
});