From fc8281d517c737f87d3db8d5c48f50de675cf14d Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Thu, 13 Dec 2012 09:22:01 -0500 Subject: [PATCH] up the template caching version number to avoid stale caches since there's been a change to the underscore templates --- cms/static/js/template_loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/static/js/template_loader.js b/cms/static/js/template_loader.js index 6fb3ea2af1..2d6513632d 100644 --- a/cms/static/js/template_loader.js +++ b/cms/static/js/template_loader.js @@ -5,7 +5,7 @@ if (typeof window.templateLoader == 'function') return; var templateLoader = { - templateVersion: "0.0.9", + templateVersion: "0.0.10", templates: {}, loadRemoteTemplate: function(templateName, filename, callback) { if (!this.templates[templateName]) {