1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/bb7f51fb545d/ changeset: bb7f51fb545d user: dannon date: 2012-04-11 18:03:51 summary: Tabular dataset display - Remove logs, revert scroll detection to base. affected #: 1 file diff -r ff62ddc66b1a454e9b3ba11297c0bd8e2a74dc8d -r bb7f51fb545d0517eeceb902fa83dc5a659c64df templates/dataset/tabular_chunked.mako --- a/templates/dataset/tabular_chunked.mako +++ b/templates/dataset/tabular_chunked.mako @@ -39,11 +39,7 @@ $(document).ready(function(){ fillTable(); $(window).scroll(function(){ - console.log($(window).scrollTop()); - console.log($(document).height()); - console.log($(window).height()); - // if ($(window).scrollTop() == $(document).height() - $(window).height()){ - if ($(document).height() - $(window).scrollTop() <= $(window).height()){ + if ($(window).scrollTop() == $(document).height() - $(window).height()){ fillTable(); } }); Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.