summaryrefslogtreecommitdiff
path: root/ext/bg/js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-24 16:48:30 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-24 16:48:30 -0700
commit8143e372cdb61012ec8683feb01688adfa39dde1 (patch)
treee7336df5bd9fd3bb676e5063d649c5dd8b83fee3 /ext/bg/js
parent59989cd78c60b4c8d089b3bed070b11eb62622b6 (diff)
Stub handler for kanji click
Diffstat (limited to 'ext/bg/js')
-rw-r--r--ext/bg/js/templates.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/templates.js b/ext/bg/js/templates.js
index f6c6025a..1c14e569 100644
--- a/ext/bg/js/templates.js
+++ b/ext/bg/js/templates.js
@@ -30,7 +30,7 @@ templates['kanji.html'] = template({"compiler":[7,">= 4.0.0"],"main":function(co
templates['kanji-link.html'] = template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
var helper;
- return "<a href=\"#\">"
+ return "<a href=\"#\" class=\"kanji-link\">"
+ container.escapeExpression(((helper = (helper = helpers.kanji || (depth0 != null ? depth0.kanji : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : {},{"name":"kanji","hash":{},"data":data}) : helper)))
+ "</a>\n";
},"useData":true});