mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/11915] Fix various problems with responsive design.
PHPBB3-11915
This commit is contained in:
@@ -747,7 +747,7 @@ function parse_document(container)
|
||||
/**
|
||||
* Hide empty responsive tables
|
||||
*/
|
||||
container.find('table.responsive > tbody').each(function() {
|
||||
container.find('table.responsive > tbody').not('.responsive-skip-empty').each(function() {
|
||||
var items = $(this).children('tr');
|
||||
if (items.length == 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user