diff --git a/UI/WebServerResources/ContactsUI.js b/UI/WebServerResources/ContactsUI.js index da8f23f75..a5272ee87 100644 --- a/UI/WebServerResources/ContactsUI.js +++ b/UI/WebServerResources/ContactsUI.js @@ -466,7 +466,7 @@ function onConfirmContactSelection(tag) if (selector && selector.changeNotification && selectorList.value != initialValues) - selector.changeNotification(); + selector.changeNotification("addition"); return false; }