Add effect on addressbook show/hide.

remotes/origin/stable45
Thomas Tanghus 13 years ago
parent 9e4a41e9cb
commit fb700de4a4
  1. 2
      apps/contacts/js/contacts.js

@ -1591,7 +1591,7 @@ $(document).ready(function(){
});
$(document).on('click', '.addressbook', function(event){
$(this).next().toggle();
$(this).next().slideToggle(300);
return false;
});

Loading…
Cancel
Save