Patch #3155803 - Column header misalignment
This commit is contained in:

committed by
Marc Delisle

parent
b34b104a30
commit
7e79589eba
@@ -110,7 +110,13 @@ function appendInlineAnchor() {
|
|||||||
if($(this).attr('colspan') == 3) {
|
if($(this).attr('colspan') == 3) {
|
||||||
$(this).attr('colspan', '4')
|
$(this).attr('colspan', '4')
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
|
|
||||||
|
$('#rowsDeleteForm').find('tbody').find('th').each(function() {
|
||||||
|
if($(this).attr('colspan') == 3) {
|
||||||
|
$(this).attr('colspan', '4')
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user