Support for new Copy link in JavaScript enabled browsers.
This commit is contained in:
@@ -82,8 +82,12 @@ function appendInlineAnchor() {
|
|||||||
$cloned_tr.insertAfter($this_tr);
|
$cloned_tr.insertAfter($this_tr);
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#table_results").find('tr').find(':checkbox').closest('tr').find('th')
|
$('#rowsDeleteForm').find('tbody').find('th').each(function() {
|
||||||
.attr('rowspan', '4');
|
var $this_th = $(this);
|
||||||
|
if ($this_th.attr('rowspan') == 4) {
|
||||||
|
$this_th.attr('rowspan', '5');
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$('.edit_row_anchor').each(function() {
|
$('.edit_row_anchor').each(function() {
|
||||||
|
Reference in New Issue
Block a user