aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/js/util.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fg/js/util.js')
-rw-r--r--ext/fg/js/util.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/ext/fg/js/util.js b/ext/fg/js/util.js
index 85552a31..c38112f5 100644
--- a/ext/fg/js/util.js
+++ b/ext/fg/js/util.js
@@ -46,15 +46,11 @@ function bgTermsFind(text) {
return bgInvoke('termsFind', {text});
}
-function bgTermsFindGrouped(text) {
- return bgInvoke('termsFindGrouped', {text});
-}
-
function bgKanjiFind(text) {
return bgInvoke('kanjiFind', {text});
}
-function bgTextRender(data, template) {
+function bgTextRender(template, data) {
return bgInvoke('textRender', {data, template});
}