Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
5ef4fa039ad5051540ae351198595558a0dc5a85
/
.
/
templates
/
query.html.ep
blob: 954488c3590765c9efb33d2eb9a43052e35fe929 [
file
] [
log
] [
blame
]
%
use
Mojo
::
JSON
;
%=
javascript
begin
KorAP
.
currentQuery
=
<%==
Mojo
::
JSON
::
encode_json
(
search
->
query_jsonld
)
%>;
%
end