Bug fix: paginated lists were broken in the "List" tab of the Impact Analysis

SVN:trunk[1707]
This commit is contained in:
Denis Flaven
2011-12-07 10:38:05 +00:00
parent 6cb052043a
commit 8656611dc2

View File

@@ -2069,8 +2069,6 @@ EOF
$('#impacted_objects').empty();
$('#impacted_objects').append(data);
$('#impacted_objects').unblock();
$('#impacted_objects .listResults').tablesorter( { widgets: ['myZebra', 'truncatedList']} ); // sortable and zebra tables
$('#impacted_objects table.listResults').tableHover(); // hover tables
}
);
}