Skip to content

Commit

Permalink
Fixes #36
Browse files Browse the repository at this point in the history
  • Loading branch information
g2ttrss committed Nov 13, 2015
1 parent 7b45ab2 commit c5af46e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/g2tt.js
Expand Up @@ -525,9 +525,9 @@ function getHeadlines(since) {
headlines = response['content'];

if (headlines.length != data.limit) {
$('.load-more-message').hide();
$('#load-more-items').hide();
} else {
$('.load-more-message').show();
$('#load-more-items').show();
}
$.each(headlines, function (index, headline) {
global_ids.push(headline.id);
Expand Down

0 comments on commit c5af46e

Please sign in to comment.