Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
47d3f78c
Commit
47d3f78c
authored
Sep 06, 2017
by
Aria Givi
Browse files
jquery nach unten verschoben, aufblitzen kaum noch bemerkbar
parent
c130539c
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/index.blade.php
View file @
47d3f78c
...
...
@@ -318,7 +318,7 @@
</
li
>
@
endif
</
ul
>
<
script
src
=
"{{ elixir('js/scriptStartPage.js') }}"
></
script
>
<
script
src
=
"{{ elixir('js/scriptStartPage.js') }}"
></
script
>
@
endsection
@
section
(
'optionalContent'
)
...
...
resources/views/layouts/staticPages.blade.php
View file @
47d3f78c
<!DOCTYPE html>
<html
lang=
"{!! trans('staticPages.meta.language') !!}"
>
<head>
<script
src=
"{{ elixir('js/lib.js') }}"
></script>
<meta
charset=
"utf-8"
/>
<meta
http-equiv=
"content-type"
content=
"text/html; charset=utf-8"
/>
<title>
@yield('title')
</title>
...
...
@@ -19,6 +18,7 @@
<link
type=
"text/css"
rel=
"stylesheet"
href=
"{{ elixir('css/themes/default.css') }}"
/>
<link
id=
"theme"
type=
"text/css"
rel=
"stylesheet"
href=
"/css/theme.css.php"
/>
<script
src=
"{{ elixir('js/scriptSubPages.js') }}"
></script>
<script
src=
"{{ elixir('js/lib.js') }}"
></script>
@if (isset($css))
@if(is_array($css))
@foreach($css as $el)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment