Skip to content
Snippets Groups Projects
Commit 255bc32c authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch...

Merge branch '774-languages-und-synoptic-seite-returnen-500-internal-server-error' into 'development'

Resolve "/languages und /synoptic Seite returnen 500 Internal Server Error"

Closes #774

See merge request !1277
parents c56558ad 38fcea21
No related branches found
No related tags found
1 merge request!1277Resolve "/languages und /synoptic Seite returnen 500 Internal Server Error"
......@@ -2,5 +2,5 @@
return [
'title' => 'Youth protection',
'text' => 'We deliver search results to very different scopes of the internet. Some of these are not suitable for people of your age. If you want to find something anyway, try using other search engines- <a href="https://www.blinde-kuh.de/">Blinde Kuh</a> for example.
'text' => 'We deliver search results to very different scopes of the internet. Some of these are not suitable for people of your age. If you want to find something anyway, try using other search engines- <a href="https://www.blinde-kuh.de/">Blinde Kuh</a> for example.',
];
\ No newline at end of file
......@@ -32,6 +32,7 @@ mix
.babel('resources/assets/js/searchbar.js', 'public/js/searchbar.js')
.babel('resources/assets/js/focus-creator.js', 'public/js/focus-creator.js')
.babel('resources/assets/js/focus-creator.js', 'public/js/focus-creator.js')
.babel('resources/assets/js/editLanguage.js', 'public/js/editLanguage.js')
// utility
.babel(['resources/assets/js/utility.js', 'resources/assets/js/translations.js'], 'public/js/utility.js')
.babel('resources/assets/js/widgets.js', 'public/js/widgets.js')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment