mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
Monotone-Parent: e443b7fa2cb6101fecfeb68ecaf471506816f373
Monotone-Revision: 0d5ded045a11cf98704fda97e64a55590cc7912a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-03T21:28:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user