diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-09-11 16:56:27 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-09-11 16:56:27 -0700 |
commit | 3a1aad07d61411f634e86f905babd6fbbac2eae1 (patch) | |
tree | f343fc427c0c791823a39a482dc3d1cd35d34253 /ext/fg/js | |
parent | 65b679caeb7ae7261ea6f2ba76d1b14ff1d68c5c (diff) | |
parent | 2eb85cb835a4aece7839eba25c0030e9eb186f85 (diff) |
Merge branch 'master' into firefox-amo
Diffstat (limited to 'ext/fg/js')
-rw-r--r-- | ext/fg/js/api.js | 4 |
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) { |