]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add effect on addressbook show/hide.
authorThomas Tanghus <thomas@tanghus.net>
Sun, 17 Jun 2012 19:37:13 +0000 (21:37 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Sun, 17 Jun 2012 19:37:13 +0000 (21:37 +0200)
apps/contacts/js/contacts.js

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