X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-widget-record.js;h=ba3fce2527ae9a7ca7cb11ef5a87073bd023e571;hb=36721667730b5d8aae5b6df304f69d96f2c1d21d;hp=1d77e4018d9a8162cda521d6fce00f85ed3f4142;hpb=9760c20d77e528ca91397ac4754db7e4f3be7443;p=mkws-moved-to-github.git diff --git a/src/mkws-widget-record.js b/src/mkws-widget-record.js index 1d77e40..ba3fce2 100644 --- a/src/mkws-widget-record.js +++ b/src/mkws-widget-record.js @@ -4,7 +4,7 @@ mkws.registerWidgetType('record', function() { var that = this; var team = this.team; team.queue("records").subscribe(function(data) { - var template = team.loadTemplate(that.config.template || "Record"); + var template = team.loadTemplate(that.config.template || "details"); var targs = mkws.$.extend({}, data.hits[0], that.config.template_vars); that.node.html(template(targs)); });