the custom buttons have a part javascript and a part server php script.
When I upload changes made to the javascript part, to my webserver,
I have the problem with the webbrowser cache. Still the old javascript is executed.
Only if I press shift F5 to clear cache , it works fine. Now there is the problem with my customers. They often forget to clear the cache. Is there a pratical way for making updates with php runner with clearing the cache somehow ?
This is something that we overlooked and will fix shortly. We are already preventing caching of most Javascript files i.e. Javascript OnLoad events but we need to do this for button's code as well.