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;
onLinkActivated: {
if(link == "#standaloneIncompatible") {
if (link === "#standaloneIncompatible") {
sendToPurchases({method: 'showStandaloneIncompatibleExplanation'});
} else {
sendToPurchases({method: 'showPermissionsExplanation', itemType: root.itemType});

View file

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