mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-10 15:58:52 +00:00
Monotone-Parent: f12669a79f59d8f8c16446a1dcaf0e5f93fd4eb0
Monotone-Revision: d90a2f55b487a1e3af8dd1133f1108a75ff23a78 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-08T15:59:45 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -57,8 +57,8 @@ function toggleMailSelect(sender) {
|
||||
|
||||
function openAddressbook(sender) {
|
||||
var urlstr;
|
||||
|
||||
urlstr = ApplicationBaseURL + "/../Contacts/?popup=YES";
|
||||
|
||||
urlstr = ApplicationBaseURL + "../Contacts/?popup=YES";
|
||||
var w = window.open(urlstr, "Addressbook",
|
||||
"width=640,height=400,resizable=1,scrollbars=1,toolbar=0,"
|
||||
+ "location=no,directories=0,status=0,menubar=0,copyhistory=0");
|
||||
|
||||
Reference in New Issue
Block a user