1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 09:46:57 +01:00

Fixed a straggler main.ipb.io --> test.ipdb.io

There was another instance of main.ipdb.io hanging around, breaking a link on the /getstarted page. I fixed it.

Maybe there should be one central place where that base URL is set?
This commit is contained in:
Troy McConaghy 2017-07-18 11:37:07 +02:00 committed by GitHub
parent 86f6707c78
commit 204ed29442

View File

@ -123,7 +123,7 @@ window.addEventListener('DOMContentLoaded', function domload(event) {
const outputContent = JSON.stringify(response, null, 2) // indented with 2 spaces
output.textContent = outputContent
transactionLink.href = 'https://main.ipdb.io/api/v1/transactions/' + response.id
transactionLink.href = 'https://test.ipdb.io/api/v1/transactions/' + response.id
postButton.classList.add('disabled')
postButton.style.opacity = 0