Improve demo data

This commit is contained in:
Bernd Bestel
2018-07-15 11:24:36 +02:00
parent 277c622475
commit 82bfb6a3c3
4 changed files with 49 additions and 3 deletions

View File

@@ -38,6 +38,7 @@
Grocy.BaseUrl = '{{ $U('/') }}';
Grocy.LocalizationStrings = {!! json_encode($localizationStrings) !!};
Grocy.ActiveNav = '@yield('activeNav', '')';
Grocy.Culture = '{{ CULTURE }}';
</script>
</head>