mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/11984] Hide <dfn> for invalid extensions
PHPBB3-11984
This commit is contained in:
parent
366a224a24
commit
796e22d675
1 changed files with 3 additions and 0 deletions
|
@ -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();
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue