On May 26, 11:56 am, masta4ka <[email protected]> wrote: > > Yes. It happens in all browsers. Look at my screenshots please. And it > happens not only with my computer :( > I've been read this thread and not found some helpful for me and my > users.
I did look at your screenshots, but I don't understand Russian. I've tried your map page numerous times, and I can't get it to fetch anything from gg.google.com. HTTP Status code 204 isn't an error code, it's a success code, along with all 2xx codes. 204 is specifically designed to indicate success without actually returning any content (a status of 200 usually has content of "OK"), which is why it shows as "No content": that's what is supposed to happen. The primary use of 204 is to return a success code to an AJAX function. What is not supposed to happen is that everything stops! Searching for this problem, it looks like it's the module loader which receives a 204 response and doesn't know what to do with it. Without being able to reproduce it, it's not going to be possible to debug it. Perhaps someone else will be lucky enough to get your page to go wrong. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
