ENHANCEMENT Changed batch action logic, no longer updates applicable pages on batch action drop down selection, as this selection triggers the action itself. To be replaced with a more powerful dialog system in case the action is disallowed on some nodes

This commit is contained in:
Ingo Schommer 2012-03-06 21:37:58 +01:00
parent 36ed7d255f
commit 4e9a4bd9c9

View File

@ -307,7 +307,7 @@
btn.attr('disabled', 'disabled');
} else {
btn.removeAttr('disabled');
form.entwine('ss').refreshSelected();
form.submit();
}
}
});