update text

This commit is contained in:
Luke Pulverenti 2015-07-29 23:02:37 -04:00
parent b43195c9aa
commit 9074b4bea3
2 changed files with 3 additions and 3 deletions

View file

@ -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;
}