It's working ! Thank's :)
On 26 mar, 09:28, William <[email protected]> wrote: > looking at thickbox.js, I found this complicated line in function > tb_remove() > > >>> $("#TB_window").fadeOut("fast",function(){$('#TB_window,#TB_overlay,#TB_Hid > >>> eSelect').trigger("unload").unbind().remove();}); > > replacing it with something simpler seems to fix the problem: > > $("#TB_load,#TB_window,#TB_overlay,#TB_HideSelect").remove(); -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
