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

SVN:trunk[2097]
This commit is contained in:
Denis Flaven
2012-06-12 15:21:11 +00:00
parent 08deefb5a4
commit 1a8b802276
2 changed files with 15 additions and 12 deletions

View File

@@ -104,7 +104,7 @@ class UILinksWizard
var nbChecked = $('.selection:checked').length;
if (nbChecked > 0)
{
$('#btnRemove').attr('disabled','');
$('#btnRemove').removeAttr('disabled');
}
else
{