git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2096 a333f486-631f-4898-b8df-5754b55c2be0
@@ -450,6 +450,7 @@ function sprintf(format, etc) {
//$(this).trigger("appendCache"); // Load the data
//console.log($.tablesorterPager);
+ applySelection(table);
$('.gotopage',pager).click(function() {
var idx = $(this).attr('page');
@@ -54,7 +54,7 @@ function LinksWidget(id, sClass, sAttCode, iInputId, sSuffix, bDuplicates, oWizH
var nbChecked = $('#linkedset_'+me.id+' .selection:checked').length;
if (nbChecked > 0)
{
- $('#'+me.id+'_btnRemove').attr('disabled','');
+ $('#'+me.id+'_btnRemove').removeAttr('disabled');
}
else