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.reportBug = function(message, callback) {
|
||||||
lbry.call('upload_log', {
|
lbry.call('report_bug', {
|
||||||
name_prefix: 'report',
|
|
||||||
exclude_previous: false,
|
|
||||||
force: true,
|
|
||||||
message: message
|
message: message
|
||||||
}, callback);
|
}, callback);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
import {Link} from '../component/link.js';
|
||||||
|
import Modal from '../component/modal.js';
|
||||||
import lbry from '../lbry.js';
|
import lbry from '../lbry.js';
|
||||||
|
|
||||||
var ReportPage = React.createClass({
|
var ReportPage = React.createClass({
|
||||||
|
|
Loading…
Reference in a new issue