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