From 0c6ed67e3b62670f1a5dda34b6fa07fa1067d405 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Wed, 2 Nov 2016 00:05:30 +1300 Subject: [PATCH] Tidying --- scripts/system/html/js/marketplaces.js | 4 ++-- scripts/system/marketplaces/clara.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/system/html/js/marketplaces.js b/scripts/system/html/js/marketplaces.js index a1b3847b3c..9deb7c5cf3 100644 --- a/scripts/system/html/js/marketplaces.js +++ b/scripts/system/html/js/marketplaces.js @@ -1,10 +1,10 @@ function loaded() { -bindExploreButtons(); + bindExploreButtons(); } function bindExploreButtons() { $('#exploreClaraMarketplace').on('click', function() { - window.location = "https://clara.io/library?public=true" + window.location = "https://clara.io/library?gameCheck=true&public=true" }) $('#exploreHifiMarketplace').on('click', function() { window.location = "http://www.highfidelity.com/marketplace" diff --git a/scripts/system/marketplaces/clara.js b/scripts/system/marketplaces/clara.js index a04400497f..ab1e5131bc 100644 --- a/scripts/system/marketplaces/clara.js +++ b/scripts/system/marketplaces/clara.js @@ -19,7 +19,7 @@ var qml = Script.resolvePath("../../../resources/qml/Marketplaces.qml") var MARKETPLACE_URL = "https://metaverse.highfidelity.com/marketplace"; var marketplaceWindow = new OverlayWindow({ - title: "Marketplace", + title: "Marketplaces", source: qml, width: 1000, height: 900,