UWVA#33522 Beheer inspecties verbeteringen
svn path=/Website/trunk/; revision=26189
This commit is contained in:
@@ -108,6 +108,13 @@ function scaffolding_edit(model, scf_params)
|
||||
{
|
||||
if (!validateForm("u2"))
|
||||
return false;
|
||||
|
||||
if (typeof pre_submit != "undefined")
|
||||
{
|
||||
if (!pre_submit())
|
||||
return false;
|
||||
}
|
||||
|
||||
$.post($("form[name=u2]")[0].getAttribute("action"), $("[name=u2]").serialize(), FcltCallbackClose, "json");
|
||||
return true; // disable button
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user