ソースを参照

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 年 前
コミット
d29c5ea2d6
1 ファイル変更0 行追加2 行削除
  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
 					}
 			);
 		}