From e821ec55932abacafc711a3d07136b450a5e407f Mon Sep 17 00:00:00 2001 From: David Rowe Date: Wed, 7 Dec 2016 12:38:16 +1300 Subject: [PATCH] Inject navigation footer into Clara account createion page --- scripts/system/html/js/marketplaces.js | 9 ++++++--- scripts/system/html/marketplaces.html | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/scripts/system/html/js/marketplaces.js b/scripts/system/html/js/marketplaces.js index 7b529184e3..d4637a4519 100644 --- a/scripts/system/html/js/marketplaces.js +++ b/scripts/system/html/js/marketplaces.js @@ -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" - }) -} \ No newline at end of file + }); +} diff --git a/scripts/system/html/marketplaces.html b/scripts/system/html/marketplaces.html index 8b60cae838..c9ee2af8a3 100644 --- a/scripts/system/html/marketplaces.html +++ b/scripts/system/html/marketplaces.html @@ -39,7 +39,7 @@

Clara.io has thousands of models available for importing into High Fidelity. Follow these steps for the best experience:

    -
  1. Create an account here or log in as an existing user.
  2. +
  3. Create an account here or log in as an existing user.
  4. Choose a model from the list and click “Download to High Fidelity”.