|
It seems to work fine for me.
Does it only happen after you update something on the site? I run across similar problems with my sites occasionally, and it's usually due to a caching issue where the web browser will use an old version instead of downloading a fresh one. That would also explain why it wouldn't work for you, but work for us.
Another possible reason could be due to a script requesting a function that doesn't exist yet because the file where it is defined hasn't been downloaded from the server yet, but this usually results in the reverse case (the page would work when you browsed to it because the script file was already cached, but look crazy when you refreshed).
__________________
The interlocking pieces of web development: usability, performance, accessibility, and standards.
|