Commit 3ec21f74f67110d3366e8dc371b4ae787c81e354
1 parent
1b93425e
Exists in
master
and in
2 other branches
Expire cache of requirejs config
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
index.html
... | ... | @@ -83,7 +83,7 @@ |
83 | 83 | var script_element = document.createElement('script'); |
84 | 84 | script_element.type = 'text/javascript'; |
85 | 85 | script_element.src = makeJSURL('js/require.js'); |
86 | - script_element.setAttribute('data-main', makeJSURL('js/requirejs-config.js')); | |
86 | + script_element.setAttribute('data-main', makeJSURL('js/requirejs-config.js?v=2')); | |
87 | 87 | head.appendChild(script_element); |
88 | 88 | } |
89 | 89 | ... | ... |