Fix: limitation de l'affichage de l'animation au champ utilis

This commit is contained in:
Regis Houssin
2007-05-09 23:30:01 +00:00
parent 73dcd61bc7
commit 24f57bee9f

View File

@@ -2629,7 +2629,7 @@ function ajax_updater($htmlname,$keysearch,$url,$option='',$indicator='working')
$script.= '<script type="text/javascript">';
$script.= 'var myIndicator'.$htmlname.' = {
onCreate: function(){
if($F("'.$keysearch.$htmlname.'") != \'\'){
if($F("'.$keysearch.$htmlname.'")){
Element.show(\'indicator'.$htmlname.'\');
}
},