From 07e01d41c8a54400c59aca20f9776d1056e8ea33 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 3 Aug 2006 21:28:14 +0000 Subject: [PATCH] Monotone-Parent: e443b7fa2cb6101fecfeb68ecaf471506816f373 Monotone-Revision: 0d5ded045a11cf98704fda97e64a55590cc7912a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-03T21:28:14 Monotone-Branch: ca.inverse.sogo --- UI/Contacts/ContactsUI.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 UI/Contacts/ContactsUI.js 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 */ -} -