-
Notifications
You must be signed in to change notification settings - Fork 637
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
Conversation
components/crash/crash.js
Outdated
}); | ||
|
||
var LoginViewModel = function(err, err2) { | ||
var self = this; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unused variable self
components/crash/crash.js
Outdated
return new LoginViewModel(err, err2); | ||
}); | ||
|
||
var LoginViewModel = function(err, err2) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CrashViewModel
?
components/crash/crash.js
Outdated
@@ -7,12 +7,11 @@ components.register('crash', function(err, err2) { | |||
return new LoginViewModel(err, err2); |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Fixed #874
![20170425-183717](https://cloud.githubusercontent.com/assets/2046529/25394589/1ea498be-29e7-11e7-9243-3b68ef2e9faf.png)
Fixed #888
Fixed #889
Fixed #892
Fixed #893