diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js index 2e0cf7bfea..9c1d860e98 100644 --- a/phpBB/styles/prosilver/template/forum_fn.js +++ b/phpBB/styles/prosilver/template/forum_fn.js @@ -728,7 +728,8 @@ function parse_document(container) $body = $('body'), filterSkip = '.breadcrumbs, .skip-responsive', filterLast = '.pagination, .icon-notifications, .icon-pm, .icon-logout, .icon-login, .mark-read, .edit-icon, .quote-icon', - links = $this.children().not(filterSkip), + allLinks = $this.children(), + links = allLinks.not(filterSkip), html = '