mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 01:11:25 +00:00
fix missing data
This commit is contained in:
parent
18599846a7
commit
7714531d03
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ lbry.quickstartForm = function (selector, apiUrl) {
|
|||
transactionHashInput.attr('readonly', 'readonly');
|
||||
submitButton.val(submitButton.data('submittingLabel')).attr('disabled', 'disabled');
|
||||
|
||||
$.post(apiUrl)
|
||||
$.post(apiUrl, postData)
|
||||
.done(function (responseData) {
|
||||
var data = responseData.data;
|
||||
var anchor = $('<a class="link-primary"></a>');
|
||||
|
|
Loading…
Add table
Reference in a new issue