update text
This commit is contained in:
parent
b43195c9aa
commit
9074b4bea3
2 changed files with 3 additions and 3 deletions
4
dashboard-ui/cordova/registrationservices.js
vendored
4
dashboard-ui/cordova/registrationservices.js
vendored
|
@ -216,7 +216,7 @@
|
|||
|
||||
Dashboard.getPluginSecurityInfo().done(function (pluginSecurityInfo) {
|
||||
|
||||
if (!pluginSecurityInfo.IsMBSupporter) {
|
||||
if (pluginSecurityInfo.IsMBSupporter) {
|
||||
deferred.resolve();
|
||||
return;
|
||||
}
|
||||
|
@ -227,7 +227,7 @@
|
|||
|
||||
Dashboard.hideLoadingMsg();
|
||||
|
||||
if (!registrationInfo.IsRegistered) {
|
||||
if (registrationInfo.IsRegistered) {
|
||||
deferred.resolve();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue