We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2aa1ec0 + 1a89bd3 commit 822ef43Copy full SHA for 822ef43
lms/static/js/student_account/views/FinishAuthView.js
@@ -76,11 +76,11 @@
76
77
render: function() {
78
try {
79
- var next = _.bind(this.enrollment, this);
80
- this.checkEmailOptIn(next);
81
if (this.hideElements) {
82
document.cookie = 'hideElements=' + this.hideElements + '; path=/';
83
}
+ var next = _.bind(this.enrollment, this);
+ this.checkEmailOptIn(next);
84
} catch (err) {
85
this.updateTaskDescription(gettext('Error') + ': ' + err.message);
86
this.redirect(this.nextUrl);
0 commit comments