Browse Source

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1707 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 năm trước cách đây
mục cha
commit
d29c5ea2d6
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      pages/UI.php

+ 0 - 2
pages/UI.php

@@ -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
 					}
 			);
 		}