Change update location
Needs to be https://www.lbry.io/get. For some reason if it's non https, it redirects to https://www.lbry.io/news/get.
This commit is contained in:
parent
2a94c824e5
commit
f6d0585ba7
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ var App = React.createClass({
|
||||||
|
|
||||||
if (window.confirm(message)) {
|
if (window.confirm(message)) {
|
||||||
lbry.stop();
|
lbry.stop();
|
||||||
window.location = 'http://www.lbry.io/get';
|
window.location = 'https://www.lbry.io/get';
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue