Fix a11y issues with unenroll modal

This commit is contained in:
Anthony Mangano
2017-12-18 14:05:21 -05:00
parent ca46bfcf06
commit fdadd4cdf4
5 changed files with 15 additions and 20 deletions

View File

@@ -52,11 +52,7 @@
this.resetModal();
this.setHeaderText(courseName, courseNumber);
this.setSubmitData(apiEndpoint);
if (window.edx && window.edx.dashboard && window.edx.dashboard.dropdown) {
window.edx.dashboard.dropdown.toggleCourseActionsDropdownMenu(event);
this.$el.css('position', 'fixed');
}
this.$el.css('position', 'fixed');
},
handleSubmit: function() {