diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-11-21 13:42:48 -0800 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-11-21 13:42:48 -0800 |
commit | 355ceac4a04f4b83b23de9851e178faade263e53 (patch) | |
tree | 9642327ea22870b57b5da6e3e46b49ba8b3841a9 /phpBB/adm/style/admin.js | |
parent | 6f419b0049c5b4ec2bba9fc40a8515a35ced6fb4 (diff) | |
parent | 739f1a3bdd733a45d9192d1e0d8da4e44caa1a3d (diff) | |
download | forums-355ceac4a04f4b83b23de9851e178faade263e53.tar forums-355ceac4a04f4b83b23de9851e178faade263e53.tar.gz forums-355ceac4a04f4b83b23de9851e178faade263e53.tar.bz2 forums-355ceac4a04f4b83b23de9851e178faade263e53.tar.xz forums-355ceac4a04f4b83b23de9851e178faade263e53.zip |
Merge pull request #1834 from cyberalien/ticket/11984
Move responsive design adjustments
Diffstat (limited to 'phpBB/adm/style/admin.js')
-rw-r--r-- | phpBB/adm/style/admin.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/adm/style/admin.js b/phpBB/adm/style/admin.js index e9f0f1e512..dd46124f97 100644 --- a/phpBB/adm/style/admin.js +++ b/phpBB/adm/style/admin.js @@ -133,6 +133,9 @@ function parse_document(container) column += colspan; }); }); + + // Remove <dfn> in disabled extensions list + $this.find('tr.ext_disabled > .empty:nth-child(2) + .empty').siblings(':first-child').children('dfn').remove(); }); /** |