galaxy-dist commit c4d8ffb3109e: Increment js version to get around cached editors.
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User Dannon Baker <dannonbaker@me.com> # Date 1288647270 14400 # Node ID c4d8ffb3109e8cfb8143dc87c88dee3337bb7569 # Parent 9285b39ae2f3dfd5017808b4d9b657094fec802b Increment js version to get around cached editors. --- a/lib/galaxy/web/framework/helpers/__init__.py +++ b/lib/galaxy/web/framework/helpers/__init__.py @@ -44,7 +44,7 @@ def js( *args ): TODO: This has a hardcoded "?v=X" to defeat caching. This should be done in a better way. """ - return "\n".join( [ javascript_include_tag( "/static/scripts/" + name + ".js?v=7" ) for name in args ] ) + return "\n".join( [ javascript_include_tag( "/static/scripts/" + name + ".js?v=8" ) for name in args ] ) # Hashes
participants (1)
-
commits-noreply@bitbucket.org