copy paste styling
This commit is contained in:
@@ -122,7 +122,7 @@ $("tbody").on('click', '#distButton', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$(window).scroll(function () {
|
$(window).scroll(function () {
|
||||||
if ($(document).height() <= $(window).scrollTop() + $(window).height() + 130) {
|
if ($(document).height() <= $(window).scrollTop() + $(window).height() + 150) {
|
||||||
loadNextPages();
|
loadNextPages();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -120,7 +120,7 @@ function updateConflicts() {
|
|||||||
/* Handle the button clicks */
|
/* Handle the button clicks */
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
||||||
$('.copybut').click(function (e) {
|
$("#courseList").on('click', '.copybut', function (e) {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
var temp = $("<input>");
|
var temp = $("<input>");
|
||||||
$(this).find('i').text('check');
|
$(this).find('i').text('check');
|
||||||
|
|||||||
Reference in New Issue
Block a user