Log in when subscribing an existing email

This commit is contained in:
2020-04-11 08:36:37 +02:00
parent 3b28288f0c
commit 63d01a8543
6 changed files with 21 additions and 15 deletions

View File

@@ -86,7 +86,7 @@ function Spot(asGlobals)
if(oData.desc.substr(0, self.consts.lang_prefix.length)==self.consts.lang_prefix) oData.desc = self.lang(oData.desc.substr(5));
if(oData.result==self.consts.error) fOnError(oData.desc);
else fOnSuccess(oData.data);
else fOnSuccess(oData.data, oData.desc);
})
.fail(function(jqXHR, textStatus, errorThrown)
{