Remove use of Scratch in search configuration

This commit is contained in:
Alex Shpak
2020-01-13 19:42:16 +01:00
parent 134b7456b8
commit 68f096fa4c
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
'use strict';
(function() {
const indexCfg = {{ with .Scratch.Get "bookSearchConfig" }}
const indexCfg = {{ with i18n "bookSearchConfig" }}
{{ . }};
{{ else }}
{};