consolidate recent autocomplete changes
This commit is contained in:
@@ -3,14 +3,3 @@ $(document).ready(function() {
|
||||
$(".autotime").timeago();
|
||||
});
|
||||
|
||||
$("#contacts-search").keyup(function(event){
|
||||
if(event.keyCode == 13){
|
||||
$("#contacts-search").click();
|
||||
}
|
||||
});
|
||||
$(".autocomplete-w1 .selected").keyup(function(event){
|
||||
if(event.keyCode == 13){
|
||||
$("#contacts-search").click();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user