Skip to content

Commit

Permalink
* Remove .first-post class from all items retrieved through infinite …
Browse files Browse the repository at this point in the history
…Ajax. You never know... (topic.js)
  • Loading branch information
Nao committed Oct 28, 2014
1 parent 9d716a9 commit 86a67d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/javascript/topic.js
Expand Up @@ -180,6 +180,7 @@ $(window).load(function ()
$(this).find('.updown').siblings().remove().end().before($('#pinf').clone().contents());
});
$('#pinf').remove();
$new_page.find('.first-post').removeClass('first-post');

// We have to re-run the event delayer, as it has new values to insert...
// !! Is it worth putting it into its own function in script.js..?
Expand Down

0 comments on commit 86a67d1

Please sign in to comment.