From 24c0fb1cc458b54bdc7f40bb3b0efdc8f15e0300 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 12 Sep 2013 16:24:14 -0400 Subject: [PATCH 1/3] Fix change listener on calendar list select input Fixes #2353 --- UI/WebServerResources/UIxComponentEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/UIxComponentEditor.js b/UI/WebServerResources/UIxComponentEditor.js index 09b040c7c..bee362407 100644 --- a/UI/WebServerResources/UIxComponentEditor.js +++ b/UI/WebServerResources/UIxComponentEditor.js @@ -192,7 +192,7 @@ function onComponentEditorLoad(event) { initializeClassificationMenu(); var list = $("calendarList"); if (list) { - list.on("change", onChangeCalendar, false); + list.on("change", onChangeCalendar); list.fire("mousedown"); } From 72a4b075d6201baa438462937420fcef4c677f23 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 12 Sep 2013 17:08:02 -0400 Subject: [PATCH 2/3] Mail popup: respect "remote inline images" prefs Fixes #2417 --- UI/Templates/MailerUI/UIxMailPopupView.wox | 1 + UI/WebServerResources/UIxMailPopupView.js | 3 +++ 2 files changed, 4 insertions(+) diff --git a/UI/Templates/MailerUI/UIxMailPopupView.wox b/UI/Templates/MailerUI/UIxMailPopupView.wox index 1b77d6622..1ae438566 100644 --- a/UI/Templates/MailerUI/UIxMailPopupView.wox +++ b/UI/Templates/MailerUI/UIxMailPopupView.wox @@ -7,6 +7,7 @@ className="UIxPageFrame" title="title" const:jsFiles="SOGoAutoCompletion.js" + const:userDefaultsKeys="SOGoMailDisplayRemoteInlineImages" const:popup="YES">