Browse Source

HUE-347. Ensure CSS files are not cached

Shawn Van Ittersum 15 years ago
parent
commit
23421dad9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/core/static/js/Source/CCS/CCS.Desktop.js

+ 1 - 1
desktop/core/static/js/Source/CCS/CCS.Desktop.js

@@ -138,7 +138,7 @@ CCS.Desktop = {
 						rel: 'stylesheet',
 						media: 'screen',
 						type: 'text/css',
-						href: url
+						href: new URI(url).setData('noCache', new Date().toString())
 					}).inject(document.head);
 				}
 			};