mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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() {
|
function bindExploreButtons() {
|
||||||
|
$('#claraSignUp').on('click', function () {
|
||||||
|
EventBridge.emitWebEvent("INJECT_CLARA");
|
||||||
|
});
|
||||||
$('#exploreClaraMarketplace').on('click', function () {
|
$('#exploreClaraMarketplace').on('click', function () {
|
||||||
EventBridge.emitWebEvent("INJECT_CLARA");
|
EventBridge.emitWebEvent("INJECT_CLARA");
|
||||||
window.location = "https://clara.io/library?gameCheck=true&public=true"
|
window.location = "https://clara.io/library?gameCheck=true&public=true"
|
||||||
})
|
});
|
||||||
$('#exploreHifiMarketplace').on('click', function () {
|
$('#exploreHifiMarketplace').on('click', function () {
|
||||||
EventBridge.emitWebEvent("INJECT_HIFI");
|
EventBridge.emitWebEvent("INJECT_HIFI");
|
||||||
window.location = "http://www.highfidelity.com/marketplace"
|
window.location = "http://www.highfidelity.com/marketplace"
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
<div class="marketplace-tile-second-column">
|
<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>
|
<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">
|
<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>
|
<li>Choose a model from the list and click “Download to High Fidelity”.</li>
|
||||||
</ol>
|
</ol>
|
||||||
<div class="exploreButton-holder">
|
<div class="exploreButton-holder">
|
||||||
|
|
Loading…
Reference in a new issue