diff --git a/UI/WebServerResources/ContactsUI.js b/UI/WebServerResources/ContactsUI.js index 49a532b52..adf579bbb 100644 --- a/UI/WebServerResources/ContactsUI.js +++ b/UI/WebServerResources/ContactsUI.js @@ -8,7 +8,7 @@ var usersRightsWindowWidth = 450; var Contact = { currentAddressBook: "/personal", - currentContactId: null, + currentContactId: null }; function openContactsFolder(contactsFolder, reload, idx) {