Small fixes

This commit is contained in:
RainLoop Team 2015-05-18 16:27:50 +04:00
parent 23a9daf920
commit 0035505659
4 changed files with 2 additions and 5 deletions

View file

@ -24,7 +24,7 @@
function AccountsUserSettings()
{
this.allowAdditionalAccount = Settings.capa(Enums.Capa.AdditionalAccounts);
this.allowIdentities = Settings.capa(Enums.Capa.Identities);;
this.allowIdentities = Settings.capa(Enums.Capa.Identities);
this.accounts = AccountStore.accounts;
this.identities = IdentityStore.identities;

View file

@ -20,8 +20,6 @@
NotificationStore = require('Stores/User/Notification'),
MessageStore = require('Stores/User/Message'),
Settings = require('Storage/Settings'),
Remote = require('Remote/User/Ajax')
;

View file

@ -2,7 +2,7 @@
"name": "RainLoop",
"title": "RainLoop Webmail",
"version": "1.9.1",
"release": "329",
"release": "330",
"description": "Simple, modern & fast web-based email client",
"homepage": "http://rainloop.net",
"main": "gulpfile.js",

View file

@ -69,7 +69,6 @@
}"></div>
</div>
</div>
<br />
<div class="control-group">
<label class="control-label">
<span class="i18n" data-i18n="SETTINGS_GENERAL/LABEL_MESSAGE_PER_PAGE"></span>