Merge pull request #15848 from edx/LEARNER-1426-Render_Issue

LEARNER-1426 Fix for dialog rendering
This commit is contained in:
Ayub khan
2017-08-18 19:53:04 +05:00
committed by GitHub

View File

@@ -188,6 +188,7 @@
edx.dashboard.dropdown.toggleCourseActionsDropdownMenu(event);
});
$('#unenroll-modal').css('position', 'fixed');
});
$('#unenroll_form').on('ajax:complete', function(event, xhr) {