diff --git a/js/jquery.tablesorter.pager.js b/js/jquery.tablesorter.pager.js index b3c3270b2..a68b02dc7 100644 --- a/js/jquery.tablesorter.pager.js +++ b/js/jquery.tablesorter.pager.js @@ -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'); diff --git a/js/linkswidget.js b/js/linkswidget.js index 5fefaaad4..8cb0f3dc1 100644 --- a/js/linkswidget.js +++ b/js/linkswidget.js @@ -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 {