up the template caching version number to avoid stale caches since there's been a change to the underscore templates
This commit is contained in:
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user