Nils Diewald | f2e02a9 | 2014-11-12 18:31:05 +0000 | [diff] [blame] | 1 | % use Mojo::JSON; |
Nils Diewald | 02df991 | 2014-06-03 16:08:07 +0000 | [diff] [blame] | 2 | |
Nils Diewald | 7cad840 | 2014-07-08 17:06:56 +0000 | [diff] [blame] | 3 | %= javascript begin |
Nils Diewald | 845282c | 2015-05-14 07:53:03 +0000 | [diff] [blame^] | 4 | KorAP.currentQuery = <%== Mojo::JSON::encode_json(search->query_jsonld) %>; |
Nils Diewald | 7cad840 | 2014-07-08 17:06:56 +0000 | [diff] [blame] | 5 | % end |