aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/admin.js
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-10-26 12:21:38 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-10-26 22:00:24 +0300
commitc1ca57fcdb60ee772434e577de34107b2aa88cb1 (patch)
treed6864e4e16d6b7556193bb94c11eaea29e3b9e30 /phpBB/adm/style/admin.js
parent49e30b12432966711e31a884feb8460dd3555d92 (diff)
downloadforums-c1ca57fcdb60ee772434e577de34107b2aa88cb1.tar
forums-c1ca57fcdb60ee772434e577de34107b2aa88cb1.tar.gz
forums-c1ca57fcdb60ee772434e577de34107b2aa88cb1.tar.bz2
forums-c1ca57fcdb60ee772434e577de34107b2aa88cb1.tar.xz
forums-c1ca57fcdb60ee772434e577de34107b2aa88cb1.zip
[ticket/11957] Misc responsive changes
PHPBB3-11957
Diffstat (limited to 'phpBB/adm/style/admin.js')
-rw-r--r--phpBB/adm/style/admin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/admin.js b/phpBB/adm/style/admin.js
index b466c02071..45cec5f716 100644
--- a/phpBB/adm/style/admin.js
+++ b/phpBB/adm/style/admin.js
@@ -115,7 +115,7 @@ function parse_document(container)
return;
}
- if (text.length && text !== '-') {
+ if ((text.length && text !== '-') || cell.children().length) {
cell.prepend('<dfn style="display: none;">' + headers[column] + '</dfn>');
}
else {