mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Add effect on addressbook show/hide.
This commit is contained in:
parent
ce732f4104
commit
53365e4b48
@ -1591,7 +1591,7 @@ $(document).ready(function(){
|
||||
});
|
||||
|
||||
$(document).on('click', '.addressbook', function(event){
|
||||
$(this).next().toggle();
|
||||
$(this).next().slideToggle(300);
|
||||
return false;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user