Skip to content

Commit

Permalink
Added debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitakasera committed Sep 20, 2015
1 parent 4896a3f commit a3b60df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/waterfall.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
$(window).trigger('scroll');
if ( !isBeyondMaxPage ) {
$loading.fadeOut();
//console.log('loading finished');
console.log('loading finished');
} else {
//console.log('loading isBeyondMaxPage');
console.log('loading isBeyondMaxPage');
$(window).trigger('resize');

$loading.remove();
Expand Down

0 comments on commit a3b60df

Please sign in to comment.