Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating crash page with instructions and adblock detection #909

Merged
merged 2 commits into from
Apr 26, 2017

Conversation

bes-internal
Copy link
Contributor

@bes-internal bes-internal commented Apr 25, 2017

Fixed #874
Fixed #888
Fixed #889
Fixed #892
Fixed #893
20170425-183717

});

var LoginViewModel = function(err, err2) {
var self = this;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused variable self

return new LoginViewModel(err, err2);
});

var LoginViewModel = function(err, err2) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CrashViewModel?

@@ -7,12 +7,11 @@ components.register('crash', function(err, err2) {
return new LoginViewModel(err, err2);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You missed this LoginViewModel reference.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants