diff --git a/interface/resources/qml/hifi/AvatarApp.qml b/interface/resources/qml/hifi/AvatarApp.qml index 997407885b..cfc1121af9 100644 --- a/interface/resources/qml/hifi/AvatarApp.qml +++ b/interface/resources/qml/hifi/AvatarApp.qml @@ -777,9 +777,7 @@ Rectangle { hoverEnabled: true onClicked: { - popup.showBuyAvatars(function() { - emitSendToScript({'method' : 'navigate', 'url' : 'hifi://BodyMart'}) - }, function(link) { + popup.showBuyAvatars(null, function(link) { emitSendToScript({'method' : 'navigate', 'url' : link}) }); } diff --git a/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml b/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml index 391e4fab37..15a20b491a 100644 --- a/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml +++ b/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml @@ -245,9 +245,7 @@ Rectangle { linkColor: hifi.colors.blueHighlight Layout.alignment: Qt.AlignVCenter onLinkActivated: { - popup.showGetWearables(function() { - emitSendToScript({'method' : 'navigate', 'url' : 'hifi://AvatarIsland/11.5848,-8.10862,-2.80195'}) - }, function(link) { + popup.showGetWearables(null, function(link) { emitSendToScript({'method' : 'navigate', 'url' : link}) }); } diff --git a/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml b/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml index 350327c4e5..7d25438a1f 100644 --- a/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml +++ b/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml @@ -107,8 +107,6 @@ MessageBox { popup.open(); } - property url getAvatarsUrl: '../../../images/avatarapp/BodyMart.PNG' - function showBuyAvatars(callback, linkCallback) { popup.dialogButtons.yesButton.visible = false; popup.button1text = 'CANCEL'