From f1c826e2d349c550121125346290717a81325ed1 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 9 Jan 2017 19:05:21 -0800 Subject: fixing kanji template --- ext/bg/js/templates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/bg/js/templates.js b/ext/bg/js/templates.js index e701b21f..39d0571a 100644 --- a/ext/bg/js/templates.js +++ b/ext/bg/js/templates.js @@ -119,7 +119,7 @@ templates['kanji-list.html'] = template({"1":function(container,depth0,helpers,p var decorators = container.decorators; - fn = decorators.inline(fn,props,container,{"name":"inline","hash":{},"fn":container.program(1, data, 0, blockParams, depths),"inverse":container.noop,"args":[(depth0 != null ? depth0.kanji : depth0)],"data":data}) || fn; + fn = decorators.inline(fn,props,container,{"name":"inline","hash":{},"fn":container.program(1, data, 0, blockParams, depths),"inverse":container.noop,"args":["kanji"],"data":data}) || fn; return fn; } -- cgit v1.2.3