From feeb0c742a57eb542f6e904dd4c8b5310bcc066a Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Fri, 16 Dec 2011 17:42:07 +0100 Subject: Misc. changes after review by bartv. --- apps/contacts/js/interface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/contacts/js/interface.js') diff --git a/apps/contacts/js/interface.js b/apps/contacts/js/interface.js index f9539e8f363..02470d5a767 100644 --- a/apps/contacts/js/interface.js +++ b/apps/contacts/js/interface.js @@ -1,5 +1,4 @@ Contacts={ - space:' ', UI:{ showCardDAVUrl:function(username, bookname){ $('#carddav_url').val(totalurl + '/' + username + '/' + bookname); @@ -82,6 +81,7 @@ Contacts={ $(button).closest('tr').prev().html(data.page).show().next().remove(); } }); + Contacts.UI.Contacts.update(); }, cancel:function(button, bookid){ $(button).closest('tr').prev().show().next().remove(); -- cgit v1.2.3