Browse Source

#985 Shortcut auto refresh degrading table cosmetics

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3318 a333f486-631f-4898-b8df-5754b55c2be0
romainq 11 years ago
parent
commit
c9e9073bbc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/datatable.class.inc.php

+ 1 - 0
application/datatable.class.inc.php

@@ -551,6 +551,7 @@ EOF;
 		$oPage->add_ready_script(
 <<<EOF
 var oTable = $('#{$this->iListId} table.listResults');
+oTable.tableHover();
 oTable.tablesorter( { $sHeaders widgets: ['myZebra', 'truncatedList']} ).tablesorterPager({container: $('#pager{$this->iListId}'), totalRows:$iCount, size: $iPageSize, filter: '$sOQL', extra_params: '$sExtraParams', select_mode: '$sSelectModeJS', displayKey: $sDisplayKey, columns: $sJSColumns, class_aliases: $sJSClassAliases $sCssCount});
 EOF
 		);