new version

This commit is contained in:
Almira Krdzic
2018-08-06 15:32:55 +02:00
parent d86f748bc6
commit 3da7e559dd
73 changed files with 256 additions and 286 deletions

View File

@@ -369,7 +369,7 @@ function gf_do_action(action, targetId, useAnimation, defaultValues, isInit, cal
}
} else{
$target.hide();
$target.find('input:hidden:not(.gf-default-disabled)').prop( 'disabled', true );
$target.find('input:hidden').prop( 'disabled', true );
if(callback){
callback();
}