Bug 21139: No table in toolbar
We do not need this selector, we will not have a table in the toolbar Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
5ecf4da7d4
commit
40577065b6
1 changed files with 0 additions and 7 deletions
|
@ -32,13 +32,6 @@
|
|||
tbhBis.attr('id', tbh.attr('id')+'Bis'); // Avoid 2 elts with the same id
|
||||
tbh.after(tbhBis);
|
||||
tbh.width(tbh.width());
|
||||
var tbl = tbh.find("th,td");
|
||||
if (tbl.length > 0) {
|
||||
tbl.each(function () {
|
||||
var $elt = $(this);
|
||||
$elt.width($elt.outerWidth(true));
|
||||
});
|
||||
}
|
||||
tbh.css({
|
||||
'position': 'absolute',
|
||||
'top': originalPosition,
|
||||
|
|
Loading…
Reference in a new issue