mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
wrong json key
This commit is contained in:
parent
43ac11f4c6
commit
600eaa46c7
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ lbry.quickstartForm = function (selector, apiUrl) {
|
||||||
.done(function (responseData) {
|
.done(function (responseData) {
|
||||||
var data = responseData.data;
|
var data = responseData.data;
|
||||||
var anchor = $('<a class="link-primary--break-word"></a>');
|
var anchor = $('<a class="link-primary--break-word"></a>');
|
||||||
anchor.attr("href", "https://explorer.lbry.io/tx/" + data.transactionID);
|
anchor.attr("href", "https://explorer.lbry.io/tx/" + data.TransactionID);
|
||||||
anchor.html(data.transactionID)
|
anchor.html(data.TransactionID)
|
||||||
form.find('.notice-success')
|
form.find('.notice-success')
|
||||||
.html(data.RewardAmount + " credits sent in transaction ")
|
.html(data.RewardAmount + " credits sent in transaction ")
|
||||||
.append(anchor)
|
.append(anchor)
|
||||||
|
|
Loading…
Add table
Reference in a new issue