1
0
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:
Thomas Tanghus 2012-06-17 21:37:13 +02:00
parent ce732f4104
commit 53365e4b48

View File

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