This commit is contained in:
David Rowe 2016-11-02 00:05:30 +13:00
parent 35448b6c09
commit 0c6ed67e3b
2 changed files with 3 additions and 3 deletions

View file

@ -1,10 +1,10 @@
function loaded() { function loaded() {
bindExploreButtons(); bindExploreButtons();
} }
function bindExploreButtons() { function bindExploreButtons() {
$('#exploreClaraMarketplace').on('click', function() { $('#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() { $('#exploreHifiMarketplace').on('click', function() {
window.location = "http://www.highfidelity.com/marketplace" window.location = "http://www.highfidelity.com/marketplace"

View file

@ -19,7 +19,7 @@ var qml = Script.resolvePath("../../../resources/qml/Marketplaces.qml")
var MARKETPLACE_URL = "https://metaverse.highfidelity.com/marketplace"; var MARKETPLACE_URL = "https://metaverse.highfidelity.com/marketplace";
var marketplaceWindow = new OverlayWindow({ var marketplaceWindow = new OverlayWindow({
title: "Marketplace", title: "Marketplaces",
source: qml, source: qml,
width: 1000, width: 1000,
height: 900, height: 900,