OM-429: Validacion Next Step
update complete code update
This commit is contained in:
@@ -109,6 +109,7 @@ $(window).load(function () {
|
|||||||
dyn_forward = document.getElementById("dyn_forward");
|
dyn_forward = document.getElementById("dyn_forward");
|
||||||
dyn_forward.onclick = function () {
|
dyn_forward.onclick = function () {
|
||||||
if (window.dynaform.getForms()[0].isValid()) {
|
if (window.dynaform.getForms()[0].isValid()) {
|
||||||
|
window.dynaform.getForms()[0].applySuccess();
|
||||||
//Destroy modal previous
|
//Destroy modal previous
|
||||||
if($('#modalProgressBar').length > 0){
|
if($('#modalProgressBar').length > 0){
|
||||||
$('#modalProgressBar').remove();
|
$('#modalProgressBar').remove();
|
||||||
|
|||||||
Reference in New Issue
Block a user