diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-06 04:00:02 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-10 21:19:18 +0200 |
commit | 6c63a17d669b57fdbc1a5a71daf89c6c95e7d5ef (patch) | |
tree | f544e49095fafaa1d40ff752d151c59d91ca1be6 /ext/mixed/js/api.js | |
parent | cbfae2b9d7a5c8824edd7d2d7f80fdacd15cd333 (diff) |
query parser html templates
Diffstat (limited to 'ext/mixed/js/api.js')
-rw-r--r-- | ext/mixed/js/api.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mixed/js/api.js b/ext/mixed/js/api.js index 5ec93b01..0b1e7e4f 100644 --- a/ext/mixed/js/api.js +++ b/ext/mixed/js/api.js @@ -105,6 +105,10 @@ function apiGetDisplayTemplatesHtml() { return _apiInvoke('getDisplayTemplatesHtml'); } +function apiGetQueryParserTemplatesHtml() { + return _apiInvoke('getQueryParserTemplatesHtml'); +} + function apiGetZoom() { return _apiInvoke('getZoom'); } |