diff --git a/UI/Contacts/ContactsUI.js b/UI/Contacts/ContactsUI.js deleted file mode 100644 index 525136c37..000000000 --- a/UI/Contacts/ContactsUI.js +++ /dev/null @@ -1,12 +0,0 @@ -function newContact(sender) { - var urlstr; - - urlstr = "new"; - newcwin = window.open(urlstr, "SOGo_new_contact", - "width=680,height=520,resizable=1,scrollbars=1,toolbar=0," + - "location=0,directories=0,status=0,menubar=0,copyhistory=0"); - newcwin.focus(); - - return false; /* stop following the link */ -} -