(js) Add missing timezone list in Preferences

This commit is contained in:
Francis Lachapelle
2017-06-28 12:00:36 -04:00
parent 2d1c2b2239
commit 8662dd199d
@@ -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);