aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-09-05 21:10:19 -0700
committerAlex Yatskov <alex@foosoft.net>2017-09-05 21:10:19 -0700
commit083999212e262c0a51b9401cb9666e6a49e35de9 (patch)
tree1af13ab06bea933038cfd1f17f15ae6c273a52ab /ext/fg/js
parent722ddf163818035d603ba8042e1e32ff7dcdfc84 (diff)
work on sandbox
Diffstat (limited to 'ext/fg/js')
-rw-r--r--ext/fg/js/api.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/fg/js/api.js b/ext/fg/js/api.js
index 151882eb..4b4d9d74 100644
--- a/ext/fg/js/api.js
+++ b/ext/fg/js/api.js
@@ -45,8 +45,8 @@ function apiNoteView(noteId) {
return utilInvoke('noteView', {noteId});
}
-function apiTemplateRender(template, data) {
- return utilInvoke('templateRender', {data, template});
+function apiTemplateRender(template, data, dynamic) {
+ return utilInvoke('templateRender', {data, template, dynamic});
}
function apiCommandExec(command) {