1
0
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:
Cesar G
2013-11-27 15:34:23 -08:00
parent 9c1cacae42
commit f858ec1f56
3 changed files with 24 additions and 5 deletions

View File

@@ -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)
{