OM-429: Validacion Next Step

update

complete code

update
This commit is contained in:
Rodrigo Quelca
2016-03-23 11:00:44 -04:00
parent 0bcdcc634d
commit b01238b6e0

View File

@@ -109,6 +109,7 @@ $(window).load(function () {
dyn_forward = document.getElementById("dyn_forward");
dyn_forward.onclick = function () {
if (window.dynaform.getForms()[0].isValid()) {
window.dynaform.getForms()[0].applySuccess();
//Destroy modal previous
if($('#modalProgressBar').length > 0){
$('#modalProgressBar').remove();