浏览代码

Dashboard templates: fixed issue with asynchronous mode (still some cosmetic issues) with itopblock and the table format

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1288 a333f486-631f-4898-b8df-5754b55c2be0
romainq 14 年之前
父节点
当前提交
7d19ed89d5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/displayblock.class.inc.php

+ 1 - 1
application/displayblock.class.inc.php

@@ -271,7 +271,7 @@ class DisplayBlock
 				 $("#'.$sId.'").append(data);
 				 $("#'.$sId.'").removeClass("loading");
 				 // Check each "listResults" table for a checkbox in the first column and make the first column sortable only if it does not contain a checkbox in the header
-				 $("#'.$sId.'".listResults").each( function()
+				 $("#'.$sId.'.listResults").each( function()
 					{
 						var table = $(this);
 						var id = $(this).parent();