Fixed the broken n:n links management UI (Add button remained disabled)

SVN:trunk[2096]
This commit is contained in:
Denis Flaven
2012-06-12 15:19:09 +00:00
parent e5bb006ba6
commit 08deefb5a4
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -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
{