commit
2c760ca2dd
2 changed files with 3 additions and 4 deletions
|
@ -386,10 +386,7 @@ lbry.getSessionInfo = function(callback) {
|
|||
}
|
||||
|
||||
lbry.reportBug = function(message, callback) {
|
||||
lbry.call('upload_log', {
|
||||
name_prefix: 'report',
|
||||
exclude_previous: false,
|
||||
force: true,
|
||||
lbry.call('report_bug', {
|
||||
message: message
|
||||
}, callback);
|
||||
}
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
import React from 'react';
|
||||
import {Link} from '../component/link.js';
|
||||
import Modal from '../component/modal.js';
|
||||
import lbry from '../lbry.js';
|
||||
|
||||
var ReportPage = React.createClass({
|
||||
|
|
Loading…
Reference in a new issue