diff --git a/dashboard-ui/cordova/registrationservices.js b/dashboard-ui/cordova/registrationservices.js index 1771e3c8d0..711d7b4656 100644 --- a/dashboard-ui/cordova/registrationservices.js +++ b/dashboard-ui/cordova/registrationservices.js @@ -114,8 +114,11 @@ html += Globalize.translate('MessageToValidateSupporter'); html += '
'; + var hasProduct = false; + if (unlockableProductInfo) { + hasProduct = true; var unlockText = Globalize.translate('ButtonUnlockWithPurchase'); if (unlockableProductInfo.price) { unlockText = Globalize.translate('ButtonUnlockPrice', unlockableProductInfo.price); @@ -127,6 +130,7 @@ for (var i = 0, length = subscriptionOptions.length; i < length; i++) { + hasProduct = true; html += '';
html += '
';
html += '