Search code examples
javascripthtmltruncated

Receiving truncated javascript from request


I am working on a page at http://yourworldclocks.juplo.com/. This page loads a /incl/tzs.js where a initNames(); function is defined and called in document-ready. FireBug says that this function is not defined, but it is in tzs.js.

When I look at the request, it returns 465,6 KB, but tzs.js on the server is 701.82 KB. I see no other error messages.

I have never seen that bug before. I have reset my provider's account and reloaded the site, but I still get the same issue. Anyone knows what is happening? Any ideas? Thanks.

P.S.: The site was working well 15 mins ago.


Solution

  • Restarting Firefox made the issue disappear. Don't know what caused it though.