Remove reference to BodyMart in Avatar app

This commit is contained in:
David Rowe 2019-11-19 09:59:59 +13:00
parent a912e97f1e
commit 748999b8d6
2 changed files with 2 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

View file

@ -110,23 +110,12 @@ MessageBox {
property url getAvatarsUrl: '../../../images/avatarapp/BodyMart.PNG'
function showBuyAvatars(callback, linkCallback) {
popup.button2text = 'BodyMart'
popup.dialogButtons.yesButton.fontCapitalization = Font.MixedCase;
popup.dialogButtons.yesButton.visible = false;
popup.button1text = 'CANCEL'
popup.titleText = 'Get Avatars'
popup.bodyText = 'Get avatars from <b><a href="app://marketplace">Marketplace.</a></b>' + '<br/>' +
'Wear avatars in <b><a href="app://purchases">Inventory.</a></b>' + '<br/>' + '<br/>' +
'Visit “BodyMart” to get free avatars.'
popup.imageSource = getAvatarsUrl;
popup.onButton2Clicked = function() {
popup.close();
if (callback) {
callback();
}
}
'Wear avatars in <b><a href="app://purchases">Inventory.</a></b>'
popup.onLinkClicked = function(link) {
popup.close();