Enhance validation

This commit is contained in:
Romain Neutron
2012-02-28 19:13:31 +01:00
parent 30452c530a
commit 37538b0f97
2 changed files with 9 additions and 1 deletions

View File

@@ -221,6 +221,10 @@ function set_release(el)
{
alert(data.datas);
}
if(!data.error)
{
p4.releasable = false;
}
return;
}