mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Add requirejs config to cachebust IE require'd files.
This commit is contained in:
@@ -27,6 +27,7 @@ require.config({
|
||||
"plugin" : app_root + "js/",
|
||||
"interactive_environments": "${h.url_for('/static/scripts/galaxy.interactive_environments')}",
|
||||
},
|
||||
urlArgs: "v=${app.server_starttime}",
|
||||
});
|
||||
|
||||
window.onbeforeunload = function() {
|
||||
|
||||
Reference in New Issue
Block a user