Skip to content

Commit

Permalink
(js) Add missing timezone list in Preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Jun 28, 2017
1 parent 2d1c2b2 commit 8662dd1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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);

Expand Down

0 comments on commit 8662dd1

Please sign in to comment.