updated scroll

This commit is contained in:
Sriram Hariharan
2019-01-10 16:31:12 -06:00
parent 648c217d98
commit 2e1c2e9e32

View File

@@ -85,7 +85,9 @@ $(function () {
/*Handle the button clicks*/
$("tbody").on('click', '.distButton', function () {
var row = $(this).closest('tr');
$('.modal-content').stop().animate({ scrollTop: 0 }, 0);
$('.modal-content').stop().animate({
scrollTop: 0
}, 500);
$(this).blur();
getCourseInfo(row);
getDistribution();