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]) {