copy paste styling
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user