diff --git a/UI/WebServerResources/ContactsUI.js b/UI/WebServerResources/ContactsUI.js index c0bec198f..500cddf10 100644 --- a/UI/WebServerResources/ContactsUI.js +++ b/UI/WebServerResources/ContactsUI.js @@ -632,6 +632,10 @@ function onAddressBookRemove(node) { var newValues = initialValues.replace(re, ""); if (initialValues != newValues) setAdditionalAddressBooks(newValues); + + var personal = $("/personal"); + selectNode(personal); + onFolderSelectionChange(); } } diff --git a/UI/WebServerResources/UIxAppointmentEditor.css b/UI/WebServerResources/UIxAppointmentEditor.css index 60b8791e7..ffb011cb5 100644 --- a/UI/WebServerResources/UIxAppointmentEditor.css +++ b/UI/WebServerResources/UIxAppointmentEditor.css @@ -9,7 +9,6 @@ DIV#editorTabs { left: 0px; right: 0px; - bottom: 0px; height: 38em; }