This is sort of a strange question, but I have an application that is accessed by people in the company worldwide. When I make a change to a javascript file, it works fine here in the US but people in other countries get javascript errors, that are specific to the most recent changes. (All other existing javascript in the application runs fine).
To fix this, I end up having to create a whole new javascript file and putting it out on the server since their machines seem to be constantly using the original copy of the .js file and not accessing the updated version.
Anyone have any ideas on why this is happening and what I can do besides always renaming stuff?
Thanks!