copy paste styling

This commit is contained in:
10001shh
2019-01-14 16:49:56 -06:00
parent 9e9e99e172
commit b030603408
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ $("tbody").on('click', '#distButton', function () {
});
$(window).scroll(function () {
if ($(document).height() <= $(window).scrollTop() + $(window).height() + 130) {
if ($(document).height() <= $(window).scrollTop() + $(window).height() + 150) {
loadNextPages();
}
});

View File

@@ -120,7 +120,7 @@ function updateConflicts() {
/* Handle the button clicks */
$(document).ready(function () {
$('.copybut').click(function (e) {
$("#courseList").on('click', '.copybut', function (e) {
e.stopPropagation();
var temp = $("<input>");
$(this).find('i').text('check');