Colspan should change to 3 when actions are hidden

This commit is contained in:
lorilee
2010-07-30 12:31:15 -07:00
parent 9877db1626
commit 8214c32340
2 changed files with 10 additions and 9 deletions

View File

@@ -1855,6 +1855,7 @@ $(document).ready(function() {
$("table[id='tablestructure'] td[class='unique']").remove();
$("table[id='tablestructure'] td[class='index']").remove();
$("table[id='tablestructure'] td[class='fulltext']").remove();
$("table[id='tablestructure'] th[class='action']").attr("colspan", 3);
// Display the "more" text
$("table[id='tablestructure'] td[class='more_opts']").show()