diff --git a/templates/themes/overboards/overboard.js b/templates/themes/overboards/overboard.js index c07e8452..4fef7f79 100644 --- a/templates/themes/overboards/overboard.js +++ b/templates/themes/overboards/overboard.js @@ -75,6 +75,8 @@ $(document).ready(function() { addHideButton.call(boardLink); // Trigger an event to let the world know that we have a new thread aboard $(document).trigger('new_post', elem); + // Make the post filter (if enabled) re-run on this page to consider new threads. + $(document).trigger('filter_page'); }; var attemptLoadNext = function() {