|
[Freenas-commit] SF.net SVN: freenas:[12594]
branches/8.3.0/gui/templates/base.html
From: <zippybr@us...> - 2012-10-08 17:31
|
Revision: 12594
http://freenas.svn.sourceforge.net/freenas/?rev=12594&view=rev
Author: zippybr
Date: 2012-10-08 17:30:57 +0000 (Mon, 08 Oct 2012)
Log Message:
-----------
Use cacheBust in dojo config
This should solve cache issues with AMD
Modified Paths:
--------------
branches/8.3.0/gui/templates/base.html
Modified: branches/8.3.0/gui/templates/base.html
===================================================================
--- branches/8.3.0/gui/templates/base.html 2012-10-08 17:29:25 UTC (rev 12593)
+++ branches/8.3.0/gui/templates/base.html 2012-10-08 17:30:57 UTC (rev 12594)
@@ -13,6 +13,7 @@
'parseOnLoad':true,
'baseUrl':"{{ DOJANGO.DOJO_URL }}",
'async': true,
+ 'cacheBust': '{{ cache_hash }}',
'packages': [
{name: "freeadmin", location: "../../../../../static/lib/js/freeadmin"}
]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
| Thread | Author | Date |
|---|---|---|
| [Freenas-commit] SF.net SVN: freenas:[12594] branches/8.3.0/gui/templates/base.html | <zippybr@us...> |