From fb700de4a40432f26209911548045390a10499b8 Mon Sep 17 00:00:00 2001
From: Thomas Tanghus <thomas@tanghus.net>
Date: Sun, 17 Jun 2012 21:37:13 +0200
Subject: [PATCH] Add effect on addressbook show/hide.

---
 apps/contacts/js/contacts.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js
index 981af6f53a..110c383ac7 100644
--- a/apps/contacts/js/contacts.js
+++ b/apps/contacts/js/contacts.js
@@ -1591,7 +1591,7 @@ $(document).ready(function(){
 	});
 
 	$(document).on('click', '.addressbook', function(event){
-		$(this).next().toggle();
+		$(this).next().slideToggle(300);
 		return false;
 	});
 	
-- 
GitLab