This commit is contained in:
Roxanne Skelly 2019-03-08 12:43:43 -08:00
parent c33d2aafda
commit 70cc6594c7
2 changed files with 1 additions and 2 deletions

View file

@ -422,7 +422,7 @@ Item {
verticalAlignment: Text.AlignVCenter; verticalAlignment: Text.AlignVCenter;
onLinkActivated: { onLinkActivated: {
if(link == "#standaloneIncompatible") { if (link === "#standaloneIncompatible") {
sendToPurchases({method: 'showStandaloneIncompatibleExplanation'}); sendToPurchases({method: 'showStandaloneIncompatibleExplanation'});
} else { } else {
sendToPurchases({method: 'showPermissionsExplanation', itemType: root.itemType}); sendToPurchases({method: 'showPermissionsExplanation', itemType: root.itemType});

View file

@ -114,7 +114,6 @@ Rectangle {
Component.onCompleted: { Component.onCompleted: {
isStandalone = PlatformInfo.isStandalone(); isStandalone = PlatformInfo.isStandalone();
console.log(isStandalone ? "IS STANDALONE" : "ISN'T STANDALONE");
} }
HifiCommerceCommon.CommerceLightbox { HifiCommerceCommon.CommerceLightbox {