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

SVN:trunk[1288]
This commit is contained in:
Romain Quetiez
2011-06-21 13:10:11 +00:00
parent 7bcb4ed3b2
commit c02d62044c

View File

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