Merge pull request #16 from kimihiro64/fix-news-get

Turns out www was the culprit, not http.
This commit is contained in:
Jack Robison 2016-07-19 01:06:42 -04:00 committed by GitHub
commit b298dc889a
2 changed files with 1 additions and 1 deletions

BIN
dist.zip

Binary file not shown.

View file

@ -36,7 +36,7 @@ var App = React.createClass({
if (window.confirm(message)) {
lbry.stop();
window.location = 'https://www.lbry.io/get';
window.location = 'https://lbry.io/get';
};
});
});