mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/11984] Hide <dfn> for invalid extensions
PHPBB3-11984
This commit is contained in:
@@ -133,6 +133,9 @@ function parse_document(container)
|
|||||||
column += colspan;
|
column += colspan;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Remove <dfn> in disabled extensions list
|
||||||
|
$this.find('tr.ext_disabled > .empty:nth-child(2) + .empty').siblings(':first-child').children('dfn').remove();
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user