mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Release commit
This commit is contained in:
parent
19f089d0bf
commit
053fd1c60b
5 changed files with 49 additions and 64 deletions
|
|
@ -206,7 +206,9 @@
|
|||
LicenseStore.licenseError('');
|
||||
|
||||
Remote.licensing(function (sResult, oData) {
|
||||
|
||||
LicenseStore.licensingProcess(false);
|
||||
|
||||
if (Enums.StorageResultType.Success === sResult && oData && oData.Result && Utils.isNormal(oData.Result['Expired']))
|
||||
{
|
||||
LicenseStore.licenseValid(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue