From 11157e4f033d9fe1e241a4ff13e2ad8516024d5e Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Tue, 22 Oct 2013 23:34:20 +0300 Subject: [PATCH] [ticket/11956] Fix responsive linkslist bug PHPBB3-11956 --- phpBB/styles/prosilver/template/forum_fn.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 = '