With the new Copy link colspan should be 4

This commit is contained in:
Madhura Jayaratne
2011-02-13 11:34:33 +05:30
parent fce601daa8
commit 5430cb81e2
2 changed files with 6 additions and 6 deletions

View File

@@ -109,7 +109,7 @@ function appendInlineAnchor() {
$('#rowsDeleteForm').find('thead, tbody').find('th').each(function() {
var $this_th = $(this);
if ($this_th.attr('colspan') == 4) {
$this_th.attr('colspan', '5')
$this_th.attr('colspan', '5');
}
});
}