Add effect on addressbook show/hide.
This commit is contained in:
parent
9e4a41e9cb
commit
fb700de4a4
|
@ -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;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue