Fix: limitation de l'affichage de l'animation au champ utilisé
This commit is contained in:
parent
73dcd61bc7
commit
24f57bee9f
@ -2629,7 +2629,7 @@ function ajax_updater($htmlname,$keysearch,$url,$option='',$indicator='working')
|
|||||||
$script.= '<script type="text/javascript">';
|
$script.= '<script type="text/javascript">';
|
||||||
$script.= 'var myIndicator'.$htmlname.' = {
|
$script.= 'var myIndicator'.$htmlname.' = {
|
||||||
onCreate: function(){
|
onCreate: function(){
|
||||||
if($F("'.$keysearch.$htmlname.'") != \'\'){
|
if($F("'.$keysearch.$htmlname.'")){
|
||||||
Element.show(\'indicator'.$htmlname.'\');
|
Element.show(\'indicator'.$htmlname.'\');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user