mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
jshint -> eslint
This commit is contained in:
parent
40b3f929e9
commit
77a1d3f3df
100 changed files with 716 additions and 811 deletions
|
|
@ -50,15 +50,15 @@
|
|||
}
|
||||
;
|
||||
|
||||
if (!!Settings.settingsGet('SQLiteIsSupported'))
|
||||
if (Settings.settingsGet('SQLiteIsSupported'))
|
||||
{
|
||||
aSupportedTypes.push('sqlite');
|
||||
}
|
||||
if (!!Settings.settingsGet('MySqlIsSupported'))
|
||||
if (Settings.settingsGet('MySqlIsSupported'))
|
||||
{
|
||||
aSupportedTypes.push('mysql');
|
||||
}
|
||||
if (!!Settings.settingsGet('PostgreSqlIsSupported'))
|
||||
if (Settings.settingsGet('PostgreSqlIsSupported'))
|
||||
{
|
||||
aSupportedTypes.push('pgsql');
|
||||
}
|
||||
|
|
@ -241,4 +241,4 @@
|
|||
|
||||
module.exports = ContactsAdminSettings;
|
||||
|
||||
}());
|
||||
}());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue