From c4e0d3cf67130be7f046fc18aa4731b4ab552676 Mon Sep 17 00:00:00 2001 From: Geoff Lankow Date: Tue, 28 Sep 2021 11:00:22 +1300 Subject: [PATCH] No bug - Fix a typo in accountSetup.js/xhtml. rs=me --- mail/components/accountcreation/content/accountSetup.js | 2 +- mail/components/accountcreation/content/accountSetup.xhtml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/components/accountcreation/content/accountSetup.js b/mail/components/accountcreation/content/accountSetup.js index dfbde304d6..5a55481e2d 100644 --- a/mail/components/accountcreation/content/accountSetup.js +++ b/mail/components/accountcreation/content/accountSetup.js @@ -2638,7 +2638,7 @@ var gAccountSetup = { alwaysCache || (canCache && calendar.getProperty("cache.enabled")); // Set up the "Refresh calendar" menulist. - let calendarRefresh = document.getElementById("calendaRefresh"); + let calendarRefresh = document.getElementById("calendarRefresh"); calendarRefresh.disabled = !calendar.canRefresh; calendarRefresh.value = calendar.getProperty("refreshInterval") || 30; diff --git a/mail/components/accountcreation/content/accountSetup.xhtml b/mail/components/accountcreation/content/accountSetup.xhtml index 64e592d7b9..cc3a5b0e88 100644 --- a/mail/components/accountcreation/content/accountSetup.xhtml +++ b/mail/components/accountcreation/content/accountSetup.xhtml @@ -168,11 +168,11 @@ -
-