Turns out www was the culprit, not http.

This commit is contained in:
Jonas Whidden 2016-07-18 23:51:22 -05:00
parent b5da0d673f
commit 685f39b764
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';
};
});
});