5 lines
130 B
JavaScript
5 lines
130 B
JavaScript
window.afterPageUpdate = function($target, info, options)
|
|
{
|
|
$('#addUnitBox').find("[name^='unit']").prop('disabled', true);
|
|
}
|