mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 05:43:36 +02:00
Inject navigation footer into Clara account createion page
This commit is contained in:
parent
01226b03ef
commit
e821ec5593
2 changed files with 7 additions and 4 deletions
|
@ -12,12 +12,15 @@ function loaded() {
|
|||
}
|
||||
|
||||
function bindExploreButtons() {
|
||||
$('#claraSignUp').on('click', function () {
|
||||
EventBridge.emitWebEvent("INJECT_CLARA");
|
||||
});
|
||||
$('#exploreClaraMarketplace').on('click', function () {
|
||||
EventBridge.emitWebEvent("INJECT_CLARA");
|
||||
window.location = "https://clara.io/library?gameCheck=true&public=true"
|
||||
})
|
||||
});
|
||||
$('#exploreHifiMarketplace').on('click', function () {
|
||||
EventBridge.emitWebEvent("INJECT_HIFI");
|
||||
window.location = "http://www.highfidelity.com/marketplace"
|
||||
})
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<div class="marketplace-tile-second-column">
|
||||
<p class="marketplace-tile-description">Clara.io has thousands of models available for importing into High Fidelity. Follow these steps for the best experience:</p>
|
||||
<ol class="marketplace-clara-steps">
|
||||
<li><a href="http://www.clara.io/signup">Create an account here </a>or log in as an existing user.</li>
|
||||
<li><a id="claraSignUp" href="http://www.clara.io/signup">Create an account here </a>or log in as an existing user.</li>
|
||||
<li>Choose a model from the list and click “Download to High Fidelity”.</li>
|
||||
</ol>
|
||||
<div class="exploreButton-holder">
|
||||
|
|
Loading…
Reference in a new issue