[#4178] Fixing integration tests based on the UI changes.

This commit is contained in:
Eric Davis
2010-08-09 12:29:04 -07:00
parent de0752ed02
commit 074d6a47e7
9 changed files with 17 additions and 15 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ jQuery(function($) {
$("#deliverables table tbody tr td:contains('---')").css("text-align", "center");
$("#texpand").jExpand();
$(".texpand").jExpand();
$("#texpand").find("tr.even").next('tr:first').addClass("even");
$(".texpand").find("tr.even").next('tr:first').addClass("even");
$(window).resize(function() {