X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-widget-termlists.js;h=e3dc55e2443b3daaaa8cc4780aae70ab0730f470;hb=23bacc1691b42d9b2e131b7f47c9fcb2f72e3e6f;hp=2e684f660564b32002c86b07ca7d8bd4983cfa02;hpb=f944d2112f977ffe31545ceaee8a1ebeb1e128d8;p=mkws-moved-to-github.git diff --git a/src/mkws-widget-termlists.js b/src/mkws-widget-termlists.js index 2e684f6..e3dc55e 100644 --- a/src/mkws-widget-termlists.js +++ b/src/mkws-widget-termlists.js @@ -6,7 +6,7 @@ mkws.registerWidgetType('termlists', function() { that.node.addClass("active"); }); - var template = team.loadTemplate(this.config.template || "Termlists"); + var template = team.loadTemplate(this.config.template || "termlists"); this.node.html(template({ team: team.name(), facets: this.config.facets @@ -62,12 +62,12 @@ mkws.registerWidgetType('facet', function() { if (that.config.template) { template = team.loadTemplate(that.config.template); } else { - template = team.loadTemplate("Facet-" + caption); + template = team.loadTemplate("facet-" + name); if (template) { - that.log("Using Facet-" + caption + " template.") + that.log("Using facet-" + name + " template.") } else { - that.log("No " + caption + " specific template, using default.") - template = team.loadTemplate("Facet"); + that.log("No " + name + " specific template, using default.") + template = team.loadTemplate("facet"); } } that.node.html(template({