mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Merged from sub repository (updated ckeditor, filters - step 2)
This commit is contained in:
parent
a57dc3720e
commit
ec7324b061
427 changed files with 10909 additions and 3336 deletions
|
|
@ -167,6 +167,8 @@
|
|||
if (Enums.StorageResultType.Success === sResult && oData && oData.Result)
|
||||
{
|
||||
Data.coreReal(!!oData.Result.Real);
|
||||
Data.coreChannel(oData.Result.Channel || 'stable');
|
||||
Data.coreType(oData.Result.Type || 'stable');
|
||||
Data.coreUpdatable(!!oData.Result.Updatable);
|
||||
Data.coreAccess(!!oData.Result.Access);
|
||||
Data.coreRemoteVersion(oData.Result.RemoteVersion || '');
|
||||
|
|
@ -176,6 +178,8 @@
|
|||
else
|
||||
{
|
||||
Data.coreReal(false);
|
||||
Data.coreChannel('stable');
|
||||
Data.coreType('stable');
|
||||
Data.coreRemoteVersion('');
|
||||
Data.coreRemoteRelease('');
|
||||
Data.coreVersionCompare(-2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue