1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12662] Improve icons and footer links

PHPBB3-12662
This commit is contained in:
PayBas
2014-06-07 23:11:53 +02:00
parent f41947f726
commit 329b1826af
5 changed files with 3 additions and 2 deletions

View File

@@ -486,7 +486,7 @@ function parse_document(container)
var $this = $(this),
$body = $('body'),
filterSkip = '.breadcrumbs, [data-skip-responsive]',
filterLast = '.pagination, .icon-faq, .mark-read, .edit-icon, .quote-icon',
filterLast = '.pagination, .icon-faq, .icon-members, .icon-team, .icon-contact, .icon-subscribe, .mark-read, .edit-icon, .quote-icon',
persist = $this.attr('id') == 'nav-main',
allLinks = $this.children(),
links = allLinks.not(filterSkip),