From: Josep M. <jo...@do...> - 2001-01-30 17:43:22
|
Only one little suggest: what do you think about changing line #17 of "api.dynlayer.js", allowing boolean values in the visibility parameter of the dynlayer constructor; actual line #17: this.visible=a[6]!='hidden'; out suggest: this.visible = !(a[6] == false || a[6] == 'hidden') this is compatible with 'visible','hidden', true and false values. ----------------------------- Josep Maria Soler jo...@jo... # ICQ: 7157132 |