aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/yomichan.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bg/yomichan.js')
-rw-r--r--ext/bg/yomichan.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/bg/yomichan.js b/ext/bg/yomichan.js
index d845661f..8d989078 100644
--- a/ext/bg/yomichan.js
+++ b/ext/bg/yomichan.js
@@ -31,6 +31,8 @@ class Yomichan {
chrome.runtime.onMessage.addListener(this.onMessage.bind(this));
chrome.browserAction.onClicked.addListener(this.onBrowserAction.bind(this));
+
+ Handlebars.partials = Handlebars.templates;
}
onMessage(request, sender, callback) {