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:
@@ -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),
|
||||
|
Reference in New Issue
Block a user