Add effect on addressbook show/hide.

This commit is contained in:
Thomas Tanghus 2012-06-17 21:37:13 +02:00
parent 9e4a41e9cb
commit fb700de4a4
1 changed files with 1 additions and 1 deletions

View File

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