mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 00:36:47 +02:00
Tidying
This commit is contained in:
parent
35448b6c09
commit
0c6ed67e3b
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue