XF 2.1 Force update to .js version query string

mjda

Well-known member
I've updated a .js file, but because of my CDN the old file is still being served. Is there a way to force an update to the _v query strings on .js files?
 
There are many ways to do it.

If you need to do it programmatically then you update the jsLastUpdate option time stamp or you can do it manually in the Debug options option group if you have debug mode enabled.
 
Back
Top Bottom