mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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() {
|
||||
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"
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue