소스 검색

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();