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 ae62d30811
commit 73d67bb16a
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();
}
});