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

[ticket/12662] Use data-last-responsive attr instead of hardcoded list

PHPBB3-12662
This commit is contained in:
PayBas
2014-06-28 13:47:41 +02:00
parent ca770e476c
commit abc0147daa
3 changed files with 6 additions and 6 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, .icon-members, .icon-team, .icon-contact, .icon-subscribe, .mark-read, .edit-icon, .quote-icon',
filterLast = '.edit-icon, .quote-icon, [data-last-responsive]',
persist = $this.attr('id') == 'nav-main',
allLinks = $this.children(),
links = allLinks.not(filterSkip),