diff --git a/_src/_assets/javascripts/page-getstarted.js b/_src/_assets/javascripts/page-getstarted.js index a856139..9c18b5c 100644 --- a/_src/_assets/javascripts/page-getstarted.js +++ b/_src/_assets/javascripts/page-getstarted.js @@ -3,8 +3,8 @@ //=include bigchain/tab.js //=include bigchain/newsletter.js -const bigchaindbUrl = 'https://test.ipdb.io' -const proxyUrl = 'https://getstarted.ipdb.io:4443' +const bigchaindbUrl = 'https://test.bigchaindb.com' +const proxyUrl = 'https://getstarted.bigchaindb.com' const apiPath = '/api/v1/' jQuery(function($) { @@ -96,6 +96,7 @@ window.addEventListener('DOMContentLoaded', function domload(event) { e.preventDefault() const message = messageInput.value + postButton.classList.add('disabled') const alice = new driver.Ed25519Keypair() const tx = driver.Transaction.makeCreateTransaction( @@ -128,7 +129,6 @@ window.addEventListener('DOMContentLoaded', function domload(event) { transactionLink.href = bigchaindbUrl + apiPath + 'transactions/' + response.id - postButton.classList.add('disabled') postButton.style.opacity = 0 responseArea.children[0].classList.add('nyan')