diff --git a/js/content.js b/js/content.js index d62f4e0d..319407c4 100644 --- a/js/content.js +++ b/js/content.js @@ -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(); } }); diff --git a/js/popup.js b/js/popup.js index 2687a06c..2619e064 100644 --- a/js/popup.js +++ b/js/popup.js @@ -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 = $(""); $(this).find('i').text('check');