Inject navigation footer into Clara account createion page

This commit is contained in:
David Rowe 2016-12-07 12:38:16 +13:00
parent 01226b03ef
commit e821ec5593
2 changed files with 7 additions and 4 deletions

View file

@ -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"
})
}
});
}

View file

@ -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 &ldquo;Download to High Fidelity&rdquo;.</li>
</ol>
<div class="exploreButton-holder">