usability improvements
This commit is contained in:
@@ -8,3 +8,14 @@ $(document).ready(function() {
|
||||
a.setOptions({ params: { type: 'a' }});
|
||||
|
||||
});
|
||||
|
||||
$("#contacts-search").keyup(function(event){
|
||||
if(event.keyCode == 13){
|
||||
$("#contacts-search-submit").click();
|
||||
}
|
||||
});
|
||||
$(".autocomplete-w1 .selected").keyup(function(event){
|
||||
if(event.keyCode == 13){
|
||||
$("#contacts-search-submit").click();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user