From 8662dd199df690490dd1c4a5c7d5d23dbcc81ad0 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 28 Jun 2017 12:00:36 -0400 Subject: [PATCH] (js) Add missing timezone list in Preferences --- UI/WebServerResources/js/Preferences/PreferencesController.js | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/WebServerResources/js/Preferences/PreferencesController.js b/UI/WebServerResources/js/Preferences/PreferencesController.js index 957217a98b..7a4d706468 100644 --- a/UI/WebServerResources/js/Preferences/PreferencesController.js +++ b/UI/WebServerResources/js/Preferences/PreferencesController.js @@ -14,6 +14,7 @@ this.$onInit = function() { this.preferences = Preferences; this.passwords = { newPassword: null, newPasswordConfirmation: null }; + this.timeZonesList = $window.timeZonesList; this.timeZonesSearchText = ''; this.sieveVariablesCapability = ($window.sieveCapabilities.indexOf('variables') >= 0);