provide some info about our contacts - status (archived, hidden, etc.), public forum (like in directory) and show since when we are connected
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
$(document).ready(function() {
|
||||
$(document).ready(function() {
|
||||
$("#contacts-search").contact_autocomplete(baseurl + '/acl', 'a', true);
|
||||
$(".autotime").timeago();
|
||||
});
|
||||
|
||||
$("#contacts-search").keyup(function(event){
|
||||
if(event.keyCode == 13){
|
||||
$("#contacts-search-submit").click();
|
||||
$("#contacts-search").click();
|
||||
}
|
||||
});
|
||||
$(".autocomplete-w1 .selected").keyup(function(event){
|
||||
if(event.keyCode == 13){
|
||||
$("#contacts-search-submit").click();
|
||||
$("#contacts-search").click();
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user