diff --git a/dev/Settings/User/Accounts.js b/dev/Settings/User/Accounts.js
index 40c175bc6..5468d9d29 100644
--- a/dev/Settings/User/Accounts.js
+++ b/dev/Settings/User/Accounts.js
@@ -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;
diff --git a/dev/Settings/User/General.js b/dev/Settings/User/General.js
index 1383edcae..7d4dc9d46 100644
--- a/dev/Settings/User/General.js
+++ b/dev/Settings/User/General.js
@@ -20,8 +20,6 @@
NotificationStore = require('Stores/User/Notification'),
MessageStore = require('Stores/User/Message'),
- Settings = require('Storage/Settings'),
-
Remote = require('Remote/User/Ajax')
;
diff --git a/package.json b/package.json
index d64f347e5..0a45fbd05 100644
--- a/package.json
+++ b/package.json
@@ -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",
diff --git a/rainloop/v/0.0.0/app/templates/Views/User/SettingsGeneral.html b/rainloop/v/0.0.0/app/templates/Views/User/SettingsGeneral.html
index 00510fcb1..897bc5f28 100644
--- a/rainloop/v/0.0.0/app/templates/Views/User/SettingsGeneral.html
+++ b/rainloop/v/0.0.0/app/templates/Views/User/SettingsGeneral.html
@@ -69,7 +69,6 @@
}">
-