From a73e6bf7ab082982da3e42fbc7f75faf73aeb3e4 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 29 Jul 2009 18:29:02 +0000 Subject: [PATCH] Monotone-Parent: 8c3644691471061b7cc7e327bec78968108946da Monotone-Revision: 9d93b33f8f4b81f8954a945bccb6c28ee718afa5 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-07-29T18:29:02 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/UIxCalendarProperties.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/UI/WebServerResources/UIxCalendarProperties.js b/UI/WebServerResources/UIxCalendarProperties.js index b6e946c5a..817888818 100644 --- a/UI/WebServerResources/UIxCalendarProperties.js +++ b/UI/WebServerResources/UIxCalendarProperties.js @@ -29,12 +29,12 @@ function onOKClick(event) { function onColorClick(event) { var cPicker = window.open(ApplicationBaseURL + "colorPicker", "colorPicker", - "width=250,height=200,resizable=0,scrollbars=0" - + "toolbar=0,location=0,directories=0,status=0," - + "menubar=0,copyhistory=0", "test" - ); + "width=250,height=200,resizable=0,scrollbars=0" + + "toolbar=0,location=0,directories=0,status=0," + + "menubar=0,copyhistory=0", "test" + ); cPicker.focus(); - + preventDefault(event); }