diff options
Diffstat (limited to 'ext/bg/js/templates.js')
| -rw-r--r-- | ext/bg/js/templates.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/bg/js/templates.js b/ext/bg/js/templates.js index 8c8f4204..2a8bf5b3 100644 --- a/ext/bg/js/templates.js +++ b/ext/bg/js/templates.js @@ -302,7 +302,7 @@ templates['kanji.html'] = template({"1":function(container,depth0,helpers,partia    return "            <a href=\"#\" title=\"Add Kanji\" class=\"action-add-note pending disabled\" data-mode=\"kanji\" data-index=\""      + container.escapeExpression(((helper = (helper = helpers.index || (data && data.index)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : {},{"name":"index","hash":{},"data":data}) : helper))) -    + "\"><img src=\"/mixed/img/add_kanji.png\"></a>\n"; +    + "\"><img src=\"/mixed/img/add-kanji.png\"></a>\n";  },"4":function(container,depth0,helpers,partials,data) {      var stack1; |